Searched defs:match_list (Results 1 – 6 of 6) sorted by relevance
54 struct match_list { struct55 struct match *first;56 struct match **last;57 int count;58 int unmatched_count;59 struct match *unmatched_next;60 int unmatched_eof;
330 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list) in match()364 free_match(MATCH * match_list) in free_match()373 MATCH match_list; in complete() local
129 char **match_list = NULL; in _completion() local
274 match_list(const char *client, const char *server, u_int *next) in match_list() function
1148 compute_lcd_of_matches (match_list, matches, text) in compute_lcd_of_matches() argument1983 char **match_list; local
465 char **match_list = NULL, *retstr, *prevstr; in completion_matches() local