Home
last modified time | relevance | path

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

12

/dragonfly/lib/libc/locale/
H A Drpmatch.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/
H A DREADME11 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
H A Dtestregex.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/
H A Dregex.h134 #define REG_NOSUB (REG_NEWLINE << 1) macro
138 #define REG_LITERAL (REG_NOSUB << 1)
/dragonfly/contrib/nvi2/regex/
H A Dregex.h65 #define REG_NOSUB 0004 macro
/dragonfly/contrib/tre/lib/
H A Dregexec.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()
H A Dtre-match-backtrack.c511 ret = tre_fill_pmatch(bt + 1, pmatch, tnfa->cflags & ~REG_NOSUB, in tre_tnfa_run_backtrack()
/dragonfly/usr.bin/killall/
H A Dkillall.c379 REG_EXTENDED|REG_NOSUB) != 0) { in main()
403 REG_EXTENDED|REG_NOSUB) != 0) { in main()
/dragonfly/contrib/binutils-2.27/include/
H A Dxregex2.h272 #define REG_NOSUB (REG_NEWLINE << 1) macro
/dragonfly/contrib/gcc-4.7/include/
H A Dxregex2.h273 #define REG_NOSUB (REG_NEWLINE << 1) macro
/dragonfly/contrib/gdb-7/include/
H A Dxregex2.h273 #define REG_NOSUB (REG_NEWLINE << 1) macro
/dragonfly/contrib/binutils-2.34/include/
H A Dxregex2.h272 #define REG_NOSUB (REG_NEWLINE << 1) macro
/dragonfly/contrib/gcc-8.0/include/
H A Dxregex2.h272 #define REG_NOSUB (REG_NEWLINE << 1) macro
/dragonfly/usr.bin/split/
H A Dsplit.c110 if (regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB) != 0) in main()
/dragonfly/usr.bin/nl/
H A Dnl.c379 &argstr[1], REG_NEWLINE|REG_NOSUB)) != 0) { in parse_numbering()
/dragonfly/contrib/diffutils/lib/
H A Dregex.h323 #define REG_NOSUB (1 << 3) macro
H A Dexclude.c544 int cflags = REG_NOSUB|REG_EXTENDED| in add_exclude()
/dragonfly/contrib/grep/lib/
H A Dregex.h323 #define REG_NOSUB (1 << 3) macro
H A Dexclude.c544 int cflags = REG_NOSUB|REG_EXTENDED| in add_exclude()
/dragonfly/usr.bin/csplit/
H A Dcsplit.c379 if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0) in do_rexp()
/dragonfly/contrib/cvs-1.12/lib/
H A Dregex.h331 #define REG_NOSUB (1 << 3) macro
/dragonfly/sbin/udevd/
H A Dudevd_monitor.c297 error = regcomp(&evf->regex_match, prop_string_cstring_nocopy(ps), REG_ICASE | REG_NOSUB); in _parse_filter_prop()
/dragonfly/usr.bin/whereis/
H A Dwhereis.c603 REG_EXTENDED|REG_NOSUB)) in main()
/dragonfly/contrib/gdb-7/gdb/
H A Dprobe.c244 code = regcomp (pattern, rx, REG_NOSUB); in compile_rx_or_error()
/dragonfly/contrib/mdocml/
H A Dmansearch.c797 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE)); in exprterm()

12