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

/freebsd-10.3-release/contrib/nvi/regex/
H A Dregex2.h153 # define USEEOL 02 /* used $ */ macro
H A Dregcomp.c403 p->g->iflags |= USEEOL;
549 p->g->iflags |= USEEOL;
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A Dregex2.h140 # define USEEOL 02 /* used $ */ macro
H A Dregcomp.c351 p->g->iflags |= USEEOL;
513 p->g->iflags |= USEEOL;
/freebsd-10.3-release/lib/libc/regex/
H A Dregex2.h176 # define USEEOL 02 /* used $ */ macro
H A Dregcomp.c409 p->g->iflags |= USEEOL;
557 p->g->iflags |= USEEOL;
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c71 if (g->iflags&USEEOL)
72 fprintf(d, ", USEEOL");
/freebsd-10.3-release/lib/libc/regex/grot/
H A Ddebug.c37 if (g->iflags&USEEOL)
38 fprintf(d, ", USEEOL");

Completed in 86 milliseconds