Searched refs:REG_NOTEOL (Results 1 – 7 of 7) sorted by relevance
128 eflags |= REG_NOTEOL; in main()
336 #define REG_NOTEOL (1 << 1) macro
498 eflags |= REG_NOTEOL; in main()
200 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec()241 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec()394 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0; in re_search_stub()
262 - match_default match_not_bol match_not_eol normal REG_EXTENDED REG_NOTBOL REG_NOTEOL
934 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF in re_string_context_at()
28 # $ REG_NOTEOL
Completed in 20 milliseconds