Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/find/
H A Dmain.c63 int regexp_flags = REG_BASIC; /* use the "basic" regexp by default*/ variable
83 regexp_flags |= REG_EXTENDED; in main()
H A Dextern.h118 extern int regexp_flags;
H A Dfunction.c1377 regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) { in c_regex()