Searched refs:REG_STARTEND (Results 1 – 15 of 15) sorted by relevance
| /mirbsd/src/usr.bin/vi/common/ |
| D | search.c | 240 (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/ |
| D | regex.h | 106 #define REG_STARTEND 00004 macro
|
| /mirbsd/src/lib/libc/regex/test/ |
| D | main.c | 115 if (eopts®_STARTEND) { in main() 272 if (options('e', f1)®_STARTEND) { in try() 369 o |= REG_STARTEND; in options()
|
| D | tests | 32 # # REG_STARTEND (see below) 35 # For REG_STARTEND, the start/end offsets are those of the substring
|
| /mirbsd/src/gnu/usr.bin/cvs/m4/ |
| D | regex.m4 | 99 /* REG_STARTEND was added to glibc on 2004-01-15. 101 if (! REG_STARTEND)
|
| /mirbsd/src/lib/libc/regex/ |
| D | regexec.c | 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
|
| D | engine.c | 150 if (eflags®_STARTEND) { in matcher()
|
| /mirbsd/src/usr.bin/split/ |
| D | split.c | 243 if (regexec(&rgx, bfr, 0, &pmatch, REG_STARTEND) == 0) in split2()
|
| /mirbsd/src/usr.bin/vi/ex/ |
| D | ex_global.c | 220 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) {
|
| D | ex_subst.c | 544 eflags = REG_STARTEND;
|
| /mirbsd/src/usr.bin/grep/ |
| D | grep.c | 48 int eflags = REG_STARTEND;
|
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | regex.h | 348 #define REG_STARTEND (1 << 2) macro
|
| D | regexec.c | 209 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec() 212 if (eflags & REG_STARTEND) in regexec()
|
| /mirbsd/src/usr.bin/sed/ |
| D | process.c | 520 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()
|
| /mirbsd/src/gnu/usr.bin/cvs/ |
| D | configure | 20604 /* REG_STARTEND was added to glibc on 2004-01-15. 20606 if (! REG_STARTEND)
|