Home
last modified time | relevance | path

Searched refs:c_regex_common (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/find/
H A Dfunction.c145 static PLAN *c_regex_common(char ***, int, enum ntype, bool);
1668 c_regex_common(char ***argvp, int isok, enum ntype type, bool icase) in c_regex_common() function
1704 return (c_regex_common(argvp, isok, N_REGEX, false)); in c_regex()
1711 return (c_regex_common(argvp, isok, N_IREGEX, true)); in c_iregex()