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

/ast/src/lib/libast/include/
H A Dregex.h60 #define REG_LENIENT 0x00002000 /* look the other way */ macro
/ast/src/cmd/re/
H A Dtestregex.c240 T(" x REG_LENIENT let some errors slide\n");
360 #ifndef REG_LENIENT
441 #ifndef REG_LENIENT
442 #define REG_LENIENT 0 macro
1671 if (REG_LENIENT)
1672 cflags |= REG_LENIENT;

Completed in 11 milliseconds