Searched defs:REG_LEFT (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/include/
H A Dregex.h55 #define REG_LEFT 0x00000100 /* implicit ^... */ macro
/ast/src/cmd/re/
H A Dtestregex.c217 T(" a REG_LEFT|REG_RIGHT implicit ^...$\n");
228 T(" l REG_LEFT implicit ^...\n");
241 T(" y REG_LEFT regexec() implicit ^...\n");
357 #ifndef REG_LEFT
438 #ifndef REG_LEFT
439 #define REG_LEFT NOTEST macro
1602 cflags |= REG_LEFT|REG_RIGHT;
1635 cflags |= REG_LEFT;
1677 eflags |= REG_LEFT;

Completed in 19 milliseconds