Searched refs:REG_NOTEOL (Results 1 – 10 of 10) sorted by relevance
96 #define REG_NOTEOL 00002 macro
146 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in regexec()
518 if ( (sp == m->endp && !(m->eflags®_NOTEOL)) || in backref()537 if (( (sp == m->endp && !(m->eflags®_NOTEOL)) || in backref()706 (c == OUT && !(m->eflags®_NOTEOL)) ) { in fast()788 (c == OUT && !(m->eflags®_NOTEOL)) ) { in slow()
138 eflags |= REG_NOTEOL; in main()
498 eflags |= REG_NOTEOL; in main()
262 - match_default match_not_bol match_not_eol normal REG_EXTENDED REG_NOTBOL REG_NOTEOL
28 # $ REG_NOTEOL
364 #define REG_NOTEOL (1 << 1) macro
239 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))278 eflags & (REG_NOTBOL | REG_NOTEOL)); in __compat_regexec()446 eflags |= (bufp->not_eol) ? REG_NOTEOL : 0; in re_search_stub()
933 return ((eflags & REG_NOTEOL) ? CONTEXT_ENDBUF in re_string_context_at()