Searched refs:REG_NOTEOL (Results 1 – 18 of 18) sorted by relevance
87 #define REG_NOTEOL 00002 macro
148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND)) in llvm_regexec()
529 if ( (sp == m->endp && !(m->eflags®_NOTEOL)) ||548 if (( (sp == m->endp && !(m->eflags®_NOTEOL)) ||718 (c == OUT && !(m->eflags®_NOTEOL)) ) {801 (c == OUT && !(m->eflags®_NOTEOL)) ) {
57 #define REG_NOTEOL 0x0008 /* Maps to PCRE2_NOTEOL */ macro
307 if ((eflags & REG_NOTEOL) != 0) options |= PCRE2_NOTEOL; in regexec()
6809 if ((dat_datctl.options & PCRE2_NOTEOL) != 0) eflags |= REG_NOTEOL; in process_data()
144 if (regexec(&TT.reg, ss, 1, &match, REG_NOTBOL|REG_NOTEOL)) { in cut_line()
1033 BOL, REG_NOTEMPTY, and REG_NOTEOL, respectively, to be passed to
9577 REG_NOTEOL