Searched refs:REG_STARTEND (Results 1 – 11 of 11) sorted by relevance
62 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */ macro
365 if ((eflags & REG_STARTEND) != 0) in regexec()
2480 10. Applied Alan Lehotsky's patch to add REG_STARTEND support to the POSIX
71 #define REG_STARTEND 00004 macro
92 if (eopts®_STARTEND) {254 if (options('e', f1)®_STARTEND) {352 o |= REG_STARTEND;
124 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
41 REG_PEND flag and the old REG_STARTEND flag. The REG_NOSPEC flag to92 extension, the REG_STARTEND option to regexec().
29 # # REG_STARTEND (see below)32 # For REG_STARTEND, the start/end offsets are those of the substring
86 if (eflags®_STARTEND) {
3387 -#ifndef REG_STARTEND3388 -#define REG_STARTEND 03397 - 1, pmatch, REG_STARTEND);3398 -#if REG_STARTEND == 03439 + /* Cut the search len from haystack, equals to REG_STARTEND */
9664 (but see REG_STARTEND below), subject to the options in eflags. These9684 REG_STARTEND9692 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location
Completed in 92 milliseconds