Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtestregex.c391 #if REG_NOSUB & REG_TEST_DEFAULT
643 if (flags & REG_NOSUB) in report()
1155 int nonosub = REG_NOSUB == 0; in old_main()
1552 cflags |= REG_NOSUB; in old_main()
1843 if (!(flags & REG_NOSUB) && nsub < 0 && *ans == '(') in old_main()
1989 if (flags & REG_NOSUB) in old_main()
2085 flags |= REG_NOSUB; in old_main()
A Dtst-regex2.c70 REG_EXTENDED | (testno ? REG_NOSUB : 0)); in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dregex.h281 #define REG_NOSUB (REG_NEWLINE << 1) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregcomp.c464 preg->no_sub = !!(cflags & REG_NOSUB); in regcomp()
A Dregex_old.c8031 preg->no_sub = !!(cflags & REG_NOSUB); in regcomp()

Completed in 21 milliseconds