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

/ast/src/lib/libast/include/
H A Dregex.h59 #define REG_RIGHT 0x00001000 /* implicit ...$ */ macro
/ast/src/cmd/re/
H A Dtestregex.c217 T(" a REG_LEFT|REG_RIGHT implicit ^...$\n");
234 T(" r REG_RIGHT implicit ...$\n");
390 #ifndef REG_RIGHT
468 #ifndef REG_RIGHT
469 #define REG_RIGHT NOTEST macro
1602 cflags |= REG_LEFT|REG_RIGHT;
1653 cflags |= REG_RIGHT;

Completed in 11 milliseconds