Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_match.c53 struct match_list { struct
54 struct match *first;
55 struct match **last;
56 int count;
57 int unmatched_count;
58 struct match *unmatched_next;
59 int unmatched_eof;
/freebsd-13-stable/contrib/dialog/
HDfselect.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-stable/crypto/openssh/
HDmatch.c274 match_list(const char *client, const char *server, u_int *next) in match_list() function
HDssh_namespace.h439 #define match_list Fssh_match_list macro
/freebsd-13-stable/contrib/libedit/
HDfilecomplete.c470 char **match_list = NULL, *retstr, *prevstr; in completion_matches() local