Searched refs:c_regex_common (Results 1 – 1 of 1) sorted by relevance
/minix3/usr.bin/find/ |
H A D | function.c | 123 static PLAN *c_regex_common(char ***, int, enum ntype, bool); 1571 c_regex_common(char ***argvp, int isok, enum ntype type, bool icase) in c_regex_common() function 1607 return (c_regex_common(argvp, isok, N_REGEX, false)); in c_regex() 1614 return (c_regex_common(argvp, isok, N_IREGEX, true)); in c_iregex()
|