Searched refs:autocomplete_head (Results 1 – 1 of 1) sorted by relevance
82 struct autocomplete_list *autocomplete_head = NULL; variable96 if (autocomplete_head == NULL) in autocomplete_add_token_to_list()97 autocomplete_head = new; in autocomplete_add_token_to_list()105 while (autocomplete_head != NULL) { in autocomplete_destroy_list()106 tmp = autocomplete_head->next; in autocomplete_destroy_list()107 free(autocomplete_head); in autocomplete_destroy_list()108 autocomplete_head = tmp; in autocomplete_destroy_list()1010 autocomplete_last_seen = autocomplete_head; in start_cli_mode()1014 autocomplete_last_seen = autocomplete_head; in start_cli_mode()