Searched refs:REG_NOSUB (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/Support/ |
D | regex_impl.h | 59 #define REG_NOSUB 0004 macro
|
D | regengine.inc | 146 if (g->cflags®_NOSUB)
|
/external/pcre/dist/ |
D | pcreposix.h | 60 #define REG_NOSUB 0x0020 /* Maps to PCRE_NO_AUTO_CAPTURE */ macro
|
D | pcreposix.c | 279 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp()
|
D | pcretest.c | 3926 if ((options & PCRE_NO_AUTO_CAPTURE) != 0) cflags |= REG_NOSUB; in main()
|
D | ChangeLog | 3598 11. The POSIX flag REG_NOSUB is now supported. When a pattern that was compiled 5046 8. Defined REG_EXTENDED and REG_NOSUB as zero in the POSIX header, so that
|
/external/toybox/toys/posix/ |
D | nl.c | 89 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
|
/external/toybox/toys/pending/ |
D | pgrep.c | 103 if ((eval = regcomp(&rp, *toys.optargs, REG_EXTENDED | REG_NOSUB)) != 0) { in pgrep_main()
|
/external/pcre/dist/testdata/ |
D | testoutput14 | 110 Matched with REG_NOSUB 114 Matched with REG_NOSUB
|
/external/linux-tools-perf/src/tools/lib/traceevent/ |
D | parse-filter.c | 289 ret = regcomp(&ereg, reg, REG_ICASE|REG_NOSUB); in find_event() 298 ret = regcomp(&sreg, reg, REG_ICASE|REG_NOSUB); in find_event() 519 ret = regcomp(&op->str.reg, str, REG_ICASE|REG_NOSUB); in add_right()
|
/external/toybox/kconfig/ |
D | symbol.c | 731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 1329 REG_EXTENDED|REG_NOSUB); in add_path()
|
D | mksquashfs.c | 4440 REG_EXTENDED|REG_NOSUB); in add_path()
|
/external/pcre/dist/doc/ |
D | pcretest.txt | 575 /N REG_NOSUB
|
D | pcre.txt | 9579 REG_NOSUB 9695 If the pattern was compiled with the REG_NOSUB flag, no data about any
|