Home
last modified time | relevance | path

Searched refs:REG_NOSUB (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Drpmatch.c67 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()
/picolibc-latest/newlib/libc/include/
Dregex.h63 #define REG_NOSUB 0004 macro
/picolibc-latest/newlib/libc/posix/
Dengine.c160 if (g->cflags&REG_NOSUB) in matcher()