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
354 if ((eflags & REG_STARTEND) != 0) in regexec()
1719 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) {
2998 -#ifndef REG_STARTEND2999 -#define REG_STARTEND 03028 - 1, pmatch, REG_STARTEND);3029 -#if REG_STARTEND == 03043 + /* Cut the search len from haystack, equals to REG_STARTEND */
9147 (but see REG_STARTEND below), subject to the options in eflags. These9167 REG_STARTEND9175 rm_so does not imply REG_NOTBOL; REG_STARTEND affects only the location
Completed in 114 milliseconds