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

/macosx-10.10/shell_cmds-179/find/
H A Dmain.c73 int regexp_flags = REG_BASIC; /* use the "basic" regexp by default*/ variable
93 regexp_flags |= REG_EXTENDED;
H A Dextern.h120 extern int regexp_flags;
H A Dfunction.c1439 regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) {

Completed in 119 milliseconds