Searched refs:REG_STARTEND (Results 1 – 4 of 4) sorted by relevance
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
340 #define REG_STARTEND (1 << 2) macro
200 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec()203 if (eflags & REG_STARTEND) in regexec()
29 # # REG_STARTEND (see below)32 # For REG_STARTEND, the start/end offsets are those of the substring
Completed in 14 milliseconds