Home
last modified time | relevance | path

Searched defs:match_list (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_match.c54 struct match_list { struct
55 struct match *first;
56 struct match **last;
57 int count;
58 int unmatched_count;
59 struct match *unmatched_next;
60 int unmatched_eof;
/freebsd-13.1/contrib/dialog/
H A Dfselect.c353 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
/freebsd-13.1/crypto/openssh/
H A Dmatch.c271 match_list(const char *client, const char *server, u_int *next) in match_list() function
H A Dssh_namespace.h418 #define match_list Fssh_match_list macro
/freebsd-13.1/contrib/libedit/
H A Dfilecomplete.c467 char **match_list = NULL, *retstr, *prevstr; in completion_matches() local