Searched defs:match_list (Results 1 – 6 of 6) sorted by relevance
56 struct match_list { struct57 struct match *first;58 struct match **last;59 size_t unmatched_count;60 struct match *unmatched_next;61 int unmatched_eof;
360 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list) in match()394 free_match(MATCH * match_list) in free_match()403 MATCH match_list; in complete() local
274 match_list(const char *client, const char *server, u_int *next) in match_list() function
439 #define match_list Fssh_match_list macro
470 char **match_list = NULL, *retstr, *prevstr; in completion_matches() local
1739 struct match_list { struct1744 static void free_match_list(struct match_list *head, bool ft_locked) in free_match_list() argument