Home
last modified time | relevance | path

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

12

/dragonfly/lib/libc/locale/
HDrpmatch.c40 if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0) in rpmatch()
42 if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) { in rpmatch()
/dragonfly/tools/regression/lib/libc-regex/
HDREADME11 test is run again with REG_NOSUB. Unsupported features are noted
23 -x do not repeat successful tests with REG_NOSUB
72 w REG_NOSUB no subexpression match array
106 field 3 string, or NULL if REG_NOSUB is in effect and success
HDtestregex.c408 #if REG_NOSUB & REG_TEST_DEFAULT
678 if (flags & REG_NOSUB) in report()
1260 int nonosub = REG_NOSUB == 0; in main()
1666 cflags |= REG_NOSUB; in main()
2010 if (!(flags & REG_NOSUB) && nsub < 0 && *ans == '(') in main()
2156 if (flags & REG_NOSUB) in main()
2252 flags |= REG_NOSUB; in main()
/dragonfly/lib/libc/tre-regex/
HDregex.h134 #define REG_NOSUB (REG_NEWLINE << 1) macro
138 #define REG_LITERAL (REG_NOSUB << 1)
/dragonfly/contrib/nvi2/regex/
HDregex.h65 #define REG_NOSUB 0004 macro
HDengine.c146 if (g->cflags&REG_NOSUB) in matcher()
/dragonfly/contrib/tre/lib/
HDregexec.c153 if (cflags & REG_NOSUB) return REG_OK; in tre_fill_pmatch()
308 if (status == REG_OK && !(tnfa->cflags & REG_NOSUB) && in tre_match()
437 if (status == REG_OK && !(tnfa->cflags & REG_NOSUB) && in tre_match_approx()
HDtre-match-backtrack.c511 ret = tre_fill_pmatch(bt + 1, pmatch, tnfa->cflags & ~REG_NOSUB, in tre_tnfa_run_backtrack()
/dragonfly/usr.bin/killall/
HDkillall.c379 REG_EXTENDED|REG_NOSUB) != 0) { in main()
403 REG_EXTENDED|REG_NOSUB) != 0) { in main()
/dragonfly/contrib/binutils-2.34/include/
HDxregex2.h272 #define REG_NOSUB (REG_NEWLINE << 1) macro
/dragonfly/contrib/gcc-4.7/include/
HDxregex2.h273 #define REG_NOSUB (REG_NEWLINE << 1) macro
/dragonfly/contrib/gdb-7/include/
HDxregex2.h273 #define REG_NOSUB (REG_NEWLINE << 1) macro
/dragonfly/contrib/binutils-2.27/include/
HDxregex2.h272 #define REG_NOSUB (REG_NEWLINE << 1) macro
/dragonfly/contrib/gcc-8.0/include/
HDxregex2.h272 #define REG_NOSUB (REG_NEWLINE << 1) macro
/dragonfly/usr.bin/split/
HDsplit.c110 if (regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB) != 0) in main()
/dragonfly/usr.bin/nl/
HDnl.c379 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) { in parse_numbering()
/dragonfly/contrib/grep/lib/
HDregex.h323 #define REG_NOSUB (1 << 3) macro
HDexclude.c544 int cflags = REG_NOSUB|REG_EXTENDED| in add_exclude()
/dragonfly/contrib/cvs-1.12/lib/
HDregex.h331 #define REG_NOSUB (1 << 3) macro
/dragonfly/usr.bin/csplit/
HDcsplit.c379 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0) in do_rexp()
/dragonfly/sbin/udevd/
HDudevd_monitor.c297 … error = regcomp(&evf->regex_match, prop_string_cstring_nocopy(ps), REG_ICASE | REG_NOSUB); in _parse_filter_prop()
/dragonfly/usr.bin/whereis/
HDwhereis.c603 REG_EXTENDED|REG_NOSUB)) in main()
/dragonfly/contrib/gdb-7/gdb/
HDprobe.c244 code = regcomp (pattern, rx, REG_NOSUB); in compile_rx_or_error()
/dragonfly/contrib/mdocml/
HDmansearch.c797 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE)); in exprterm()
/dragonfly/sbin/devd/
HDdevd.cc280 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE); in match()

12