Searched refs:REG_NOSUB (Results 1 – 12 of 12) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | bug-regex11.c | 79 "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 } } },
|
D | recall2.sed | 1 # Starting from sed 4.1.3, regexes are compiled with REG_NOSUB
|
D | bug-regex15.c | 38 REG_EXTENDED | REG_NOSUB); in main()
|
D | bug-regex12.c | 41 "<,.8~2,~so-|=-~.0,123456789<><", REG_NOSUB, 0 },
|
D | tst-rxspencer.c | 288 if (cflags & REG_NOSUB) in test() 489 cflags |= REG_NOSUB; in main()
|
D | tst-regex2.c | 77 REG_EXTENDED | (testno ? REG_NOSUB : 0)); in main()
|
D | SPENCER.tests | 25 # s REG_NOSUB (not really testable)
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regex.h | 68 #define REG_NOSUB 0004 macro
|
D | engine.c | 142 if (g->cflags®_NOSUB) in matcher()
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | regexp.c | 54 (needed_sub ? 0 : REG_NOSUB)
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex.h | 351 #define REG_NOSUB (1 << 3) macro
|
D | regcomp.c | 506 preg->no_sub = !!(cflags & REG_NOSUB);
|