Searched defs:match_list (Results 1 – 5 of 5) sorted by relevance
57 struct match_list { struct58 struct match *first;59 struct match **last;60 size_t unmatched_count;61 struct match *unmatched_next;62 int unmatched_eof;
313 match_list(const char *client, const char *server, u_int *next) in match_list() function
465 #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