Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/find/
H A Dfind.h128 #define regexp_data p_un._regexp_data macro
H A Dfunction.c1664 return (regexec(&plan->regexp_data, entry->fts_path, 0, NULL, 0) == 0); in f_regex()
1696 new->regexp_data = reg; in c_regex_common()