Searched defs:match_list (Results 1 – 5 of 5) 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;
353 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list) in match()376 free_match(MATCH * match_list) in free_match()385 MATCH match_list; in complete() local
271 match_list(const char *client, const char *server, u_int *next) in match_list() function
418 #define match_list Fssh_match_list macro
467 char **match_list = NULL, *retstr, *prevstr; in completion_matches() local