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

/freebsd-10.1-release/usr.bin/find/
H A Dmain.c74 int regexp_flags = REG_BASIC; /* use the "basic" regexp by default*/ variable
94 regexp_flags |= REG_EXTENDED;
H A Dextern.h120 extern int regexp_flags;
H A Dfunction.c1430 regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) {

Completed in 87 milliseconds