Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
Dregengine.inc146 if (g->cflags&REG_NOSUB)
/external/pcre/dist/
Dpcreposix.h60 #define REG_NOSUB 0x0020 /* Maps to PCRE_NO_AUTO_CAPTURE */ macro
Dpcreposix.c279 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp()
Dpcretest.c3926 if ((options & PCRE_NO_AUTO_CAPTURE) != 0) cflags |= REG_NOSUB; in main()
DChangeLog3598 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/
Dnl.c89 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
/external/toybox/toys/pending/
Dpgrep.c103 if ((eval = regcomp(&rp, *toys.optargs, REG_EXTENDED | REG_NOSUB)) != 0) { in pgrep_main()
/external/pcre/dist/testdata/
Dtestoutput14110 Matched with REG_NOSUB
114 Matched with REG_NOSUB
/external/linux-tools-perf/src/tools/lib/traceevent/
Dparse-filter.c289 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/
Dsymbol.c731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c1329 REG_EXTENDED|REG_NOSUB); in add_path()
Dmksquashfs.c4440 REG_EXTENDED|REG_NOSUB); in add_path()
/external/pcre/dist/doc/
Dpcretest.txt575 /N REG_NOSUB
Dpcre.txt9579 REG_NOSUB
9695 If the pattern was compiled with the REG_NOSUB flag, no data about any