Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbug-regex11.c79 "level", REG_NOSUB | REG_EXTENDED, 0, { { -1, -1 } } },
81 "level", REG_NOSUB | REG_EXTENDED, 0, { { -1, -1 } } },
89 "level", REG_NOSUB | REG_EXTENDED, 0, { { -1, -1 } } },
Drecall2.sed1 # Starting from sed 4.1.3, regexes are compiled with REG_NOSUB
Dbug-regex15.c38 REG_EXTENDED | REG_NOSUB); in main()
Dbug-regex12.c41 "<,.8~2,~so-|=-~.0,123456789<><", REG_NOSUB, 0 },
Dtst-rxspencer.c288 if (cflags & REG_NOSUB) in test()
489 cflags |= REG_NOSUB; in main()
Dtst-regex2.c77 REG_EXTENDED | (testno ? REG_NOSUB : 0)); in main()
DSPENCER.tests25 # s REG_NOSUB (not really testable)
/ndk/sources/host-tools/ndk-stack/regex/
Dregex.h68 #define REG_NOSUB 0004 macro
Dengine.c142 if (g->cflags&REG_NOSUB) in matcher()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dregexp.c54 (needed_sub ? 0 : REG_NOSUB)
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h351 #define REG_NOSUB (1 << 3) macro
Dregcomp.c506 preg->no_sub = !!(cflags & REG_NOSUB);