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

/freebsd-10-stable/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-stable/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-stable/lib/libc/regex/
H A Dregex2.h176 # define USEEOL 02 /* used $ */ macro
H A Dregcomp.c408 p->g->iflags |= USEEOL;
558 p->g->iflags |= USEEOL;
/freebsd-10-stable/lib/libc/regex/grot/
H A Ddebug.c37 if (g->iflags&USEEOL)
38 fprintf(d, ", USEEOL");
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c66 if (g->iflags&USEEOL)
67 fprintf(d, ", USEEOL");

Completed in 132 milliseconds