Searched refs:REG_STARTEND (Results 1 – 10 of 10) sorted by relevance
97 #define REG_STARTEND 00004 macro
146 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
144 if (eflags®_STARTEND) { in matcher()
89 - match_default normal REG_EXTENDED REG_STARTEND441 - match_default extended REG_EXTENDED REG_STARTEND558 - match_default normal REG_EXTENDED REG_STARTEND570 - match_default normal REG_EXTENDED REG_STARTEND REG_ICASE577 - match_default normal REG_EXTENDED REG_STARTEND594 - match_default normal REG_EXTENDED REG_STARTEND REG_ICASE604 - match_default normal REG_EXTENDED REG_STARTEND REG_NO_POSIX_TEST608 - match_default normal REG_EXTENDED REG_STARTEND
29 # # REG_STARTEND (see below)32 # For REG_STARTEND, the start/end offsets are those of the substring
148 /* REG_STARTEND was added to glibc on 2004-01-15.150 if (! REG_STARTEND)
240 ret = regexec (®ex->pattern, buf, regsize, regmatch, REG_STARTEND);
368 #define REG_STARTEND (1 << 2) macro
239 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))242 if (eflags & REG_STARTEND)
651 * sed/regexp.c [REG_PERL]: Use REG_STARTEND instead of regexec2.