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

/ast/src/lib/libast/astsa/
H A Dast.h46 #define STR_RIGHT 04 /* implicit right anchor */ macro
/ast/src/lib/libast/include/
H A Dast.h153 #define STR_RIGHT 04 /* implicit right anchor */ macro
/ast/src/cmd/re/
H A Dtestmatch.c107 H(" a STR_LEFT|STR_RIGHT implicit ^...$\n");
111 H(" r STR_RIGHT implicit ...$\n");
157 #if !defined(STR_ICASE) && !defined(STR_LEFT) && !defined(STR_MAXIMAL) && !defined(STR_RIGHT)
177 #ifndef STR_RIGHT
191 #ifndef STR_RIGHT
192 #define STR_RIGHT NOTEST macro
195 #if STR_ICASE==NOTEST && STR_LEFT==NOTEST && STR_MAXIMAL==NOTEST && STR_RIGHT==NOTEST
850 eflags |= STR_LEFT|STR_RIGHT;
901 eflags |= STR_RIGHT;
1132 if (eflags ^ (STR_LEFT|STR_RIGHT))
[all...]

Completed in 11 milliseconds