Searched defs:STR_ICASE (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/astsa/
H A Dast.h47 #define STR_ICASE 010 /* ignore case */ macro
/ast/src/lib/libast/include/
H A Dast.h154 #define STR_ICASE 010 /* ignore case */ macro
/ast/src/cmd/re/
H A Dtestmatch.c108 H(" i STR_ICASE ignore case\n");
157 #if !defined(STR_ICASE) && !defined(STR_LEFT) && !defined(STR_MAXIMAL) && !defined(STR_RIGHT)
168 #ifndef STR_ICASE
182 #ifndef STR_ICASE
183 #define STR_ICASE NOTEST macro
195 #if STR_ICASE==NOTEST && STR_LEFT==NOTEST && STR_MAXIMAL==NOTEST && STR_RIGHT==NOTEST
873 eflags |= STR_ICASE;

Completed in 15 milliseconds