Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/vi/common/
Dsearch.c240 (match[0].rm_so == 0 ? 0 : REG_NOTBOL) | REG_STARTEND);
376 (match[0].rm_eo == len ? 0 : REG_NOTEOL) | REG_STARTEND);
412 REG_STARTEND);
/mirbsd/src/include/
Dregex.h106 #define REG_STARTEND 00004 macro
/mirbsd/src/lib/libc/regex/test/
Dmain.c115 if (eopts&REG_STARTEND) { in main()
272 if (options('e', f1)&REG_STARTEND) { in try()
369 o |= REG_STARTEND; in options()
Dtests32 # # REG_STARTEND (see below)
35 # For REG_STARTEND, the start/end offsets are those of the substring
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dregex.m499 /* REG_STARTEND was added to glibc on 2004-01-15.
101 if (! REG_STARTEND)
/mirbsd/src/lib/libc/regex/
Dregexec.c148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
Dengine.c150 if (eflags&REG_STARTEND) { in matcher()
/mirbsd/src/usr.bin/split/
Dsplit.c243 if (regexec(&rgx, bfr, 0, &pmatch, REG_STARTEND) == 0) in split2()
/mirbsd/src/usr.bin/vi/ex/
Dex_global.c220 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) {
Dex_subst.c544 eflags = REG_STARTEND;
/mirbsd/src/usr.bin/grep/
Dgrep.c48 int eflags = REG_STARTEND;
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dregex.h348 #define REG_STARTEND (1 << 2) macro
Dregexec.c209 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec()
212 if (eflags & REG_STARTEND) in regexec()
/mirbsd/src/usr.bin/sed/
Dprocess.c520 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()
/mirbsd/src/gnu/usr.bin/cvs/
Dconfigure20604 /* REG_STARTEND was added to glibc on 2004-01-15.
20606 if (! REG_STARTEND)