Searched refs:USEEOL (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/nvi/regex/
H A Dregex2.h149 # define USEEOL 02 /* used $ */ macro
H A Dregcomp.c387 p->g->iflags |= USEEOL;
530 p->g->iflags |= USEEOL;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h146 # define USEEOL 02 /* used $ */ macro
H A Dregcomp.c487 p->g->iflags |= USEEOL;
649 p->g->iflags |= USEEOL;
/freebsd-13-stable/lib/libc/regex/
H A Dregex2.h187 # define USEEOL 02 /* used $ */ macro
H A Dregcomp.c455 p->g->iflags |= USEEOL;
749 p->g->iflags |= USEEOL;
/freebsd-13-stable/lib/libc/regex/grot/
H A Ddebug.c37 if (g->iflags&USEEOL)
38 fprintf(d, ", USEEOL");
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c66 if (g->iflags&USEEOL)
67 fprintf(d, ", USEEOL");

Completed in 214 milliseconds