Home
last modified time | relevance | path

Searched refs:REG_STARTEND (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A DREADME29 # REG_STARTEND (see below)
33 For REG_STARTEND, the start/end offsets are those of the substring
H A Dmain.c122 if (eopts&REG_STARTEND) { in main()
276 if (options('e', f1)&REG_STARTEND) { in try()
375 o |= REG_STARTEND; in options()
/freebsd/contrib/nvi/common/
H A Dsearch.c238 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND); in f_search()
371 (match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND); in b_search()
407 REG_STARTEND); in b_search()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h88 #define REG_STARTEND 00004 macro
H A Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
H A DRegex.cpp105 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
/freebsd/lib/libc/regex/grot/
H A Dmain.c91 if ((eopts & REG_STARTEND) != 0) { in main()
244 if (options('e', f1)&REG_STARTEND) { in try()
340 o |= REG_STARTEND; in options()
H A Dtests29 # # REG_STARTEND (see below)
32 # For REG_STARTEND, the start/end offsets are those of the substring
/freebsd/contrib/nvi/regex/
H A Dregex.h94 #define REG_STARTEND 00004 macro
H A Dregexec.c159 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
H A DWHATSNEW43 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
94 extension, the REG_STARTEND option to regexec().
H A Dengine.c148 if (eflags&REG_STARTEND) { in matcher()
/freebsd/include/
H A Dregex.h98 #define REG_STARTEND 00004 macro
/freebsd/usr.bin/killall/
H A Dkillall.c365 REG_STARTEND) != 0) in main()
391 REG_STARTEND) == 0) in main()
/freebsd/contrib/less/
H A Dpattern.c328 #ifdef REG_STARTEND in match_pattern1()
329 flags |= REG_STARTEND; in match_pattern1()
/freebsd/lib/libc/regex/
H A DWHATSNEW42 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to
93 extension, the REG_STARTEND option to regexec().
H A Dregexec.c211 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
H A Dengine.c212 if (eflags&REG_STARTEND) { in matcher()
/freebsd/contrib/nvi/ex/
H A Dex_global.c212 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) { in ex_g_setup()
H A Dex_subst.c533 eflags = REG_STARTEND; in s()
/freebsd/usr.bin/split/
H A Dsplit.c296 if (regexec(&rgx, buf, 0, &pmatch, REG_STARTEND) == 0) in split2()
/freebsd/usr.sbin/setfmac/
H A Dsetfmac.c420 &pmatch, REG_STARTEND); in apply_specs()
/freebsd/usr.bin/grep/
H A Dgrep.c67 int eflags = REG_STARTEND;
/freebsd/usr.bin/sed/
H A Dprocess.c679 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()
/freebsd/usr.bin/find/
H A Dfunction.c1431 errcode = regexec(pre, str, 1, &pmatch, REG_STARTEND); in f_regex()

12