Home
last modified time | relevance | path

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

/posix/
A Dbug-regex11.c75 "level", REG_NOSUB | REG_EXTENDED, 0, { { -1, -1 } } },
77 "level", REG_NOSUB | REG_EXTENDED, 0, { { -1, -1 } } },
85 "level", REG_NOSUB | REG_EXTENDED, 0, { { -1, -1 } } },
A Dbug-regex35.c35 if (regcomp (&r, "[[.ch.]]", REG_NOSUB) != 0) in do_test()
A Dbug-regex15.c22 REG_EXTENDED | REG_NOSUB); in do_test()
A Dbug-regex12.c33 "<,.8~2,~so-|=-~.0,123456789<><", REG_NOSUB, 0 },
A Dtst-rxspencer.c290 if (cflags & REG_NOSUB) in test()
489 cflags |= REG_NOSUB; in main()
A Dtst-regex2.c91 REG_EXTENDED | (testno ? REG_NOSUB : 0)); in do_test()
A Dregex.h323 #define REG_NOSUB (1 << 3) macro
A Dregcomp.c488 preg->no_sub = !!(cflags & REG_NOSUB); in regcomp()
/posix/rxspencer/
A Dtests25 # s REG_NOSUB (not really testable)

Completed in 20 milliseconds