Searched refs:REG_NOTEOL (Results 1 – 25 of 33) sorted by relevance
12
33 #define REG_NOTEOL 2 macro
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)) ) {
23 C(REG_NOTEOL) in f()
59 #define REG_NOTEOL 0x0008 /* Maps to PCRE2_NOTEOL */ macro
374 if ((eflags & REG_NOTEOL) != 0) options |= PCRE2_NOTEOL; in pcre2_regexec()
144 if (regexec(&TT.reg, ss, 1, &match, REG_NOTBOL|REG_NOTEOL)) { in cut_line()
183 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_parallel()605 int reg_noteol = eflags & REG_NOTEOL; in tre_tnfa_run_backtrack()
723 REG_NOTEOL
828 REG_NOTEOL
874 REG_NOTEOL
1029 REG_NOTEOL
1155 REG_NOTEOL
527 pub const REG_NOTEOL: ::c_int = 0o00002; constant