Searched refs:REG_NOTEOL (Results 1 – 5 of 5) sorted by relevance
294 #define REG_NOTEOL (1 << 1) macro
367 #ifndef REG_NOTEOL439 #ifndef REG_NOTEOL440 #define REG_NOTEOL NOTEST macro1501 eflags |= REG_NOTEOL; in old_main()
841 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF in re_string_context_at()
224 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND)) in regexec()379 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0; in re_search_stub()
8095 private_preg.not_eol = !!(eflags & REG_NOTEOL); in regexec()
Completed in 25 milliseconds