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

/ast/src/lib/libast/astsa/
H A Dast.h45 #define STR_LEFT 02 /* implicit left anchor */ macro
/ast/src/lib/libast/include/
H A Dast.h152 #define STR_LEFT 02 /* implicit left anchor */ macro
/ast/src/cmd/re/
H A Dtestmatch.c107 H(" a STR_LEFT|STR_RIGHT implicit ^...$\n");
109 H(" l STR_LEFT implicit ^...\n");
157 #if !defined(STR_ICASE) && !defined(STR_LEFT) && !defined(STR_MAXIMAL) && !defined(STR_RIGHT)
171 #ifndef STR_LEFT
185 #ifndef STR_LEFT
186 #define STR_LEFT NOTEST macro
195 #if STR_ICASE==NOTEST && STR_LEFT==NOTEST && STR_MAXIMAL==NOTEST && STR_RIGHT==NOTEST
850 eflags |= STR_LEFT|STR_RIGHT;
882 eflags |= STR_LEFT;
1132 if (eflags ^ (STR_LEFT|STR_RIGH
[all...]

Completed in 86 milliseconds