Home
last modified time | relevance | path

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

/dflybsd-src/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;
/dflybsd-src/contrib/dialog/
H A Dfselect.c330 match(char *name, LIST * d_list, LIST * f_list, MATCH * match_list) in match()
364 free_match(MATCH * match_list) in free_match()
373 MATCH match_list; in complete() local
/dflybsd-src/contrib/lvm2/dist/tools/
H A Dlvm.c129 char **match_list = NULL; in _completion() local
/dflybsd-src/crypto/openssh/
H A Dmatch.c274 match_list(const char *client, const char *server, u_int *next) in match_list() function
/dflybsd-src/contrib/gdb-7/readline/
H A Dcomplete.c1148 compute_lcd_of_matches (match_list, matches, text) in compute_lcd_of_matches() argument
1983 char **match_list; local
/dflybsd-src/contrib/libedit/src/
H A Dfilecomplete.c465 char **match_list = NULL, *retstr, *prevstr; in completion_matches() local