Searched refs:REG_NOSUB (Results 1 – 3 of 3) sorted by relevance
67 if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0) in rpmatch()69 if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) { in rpmatch()
63 #define REG_NOSUB 0004 macro
160 if (g->cflags®_NOSUB) in matcher()