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

/freebsd-11.0-release/contrib/nvi/regex/
H A Dregex2.h148 # define USEBOL 01 /* used ^ */ macro
H A Dregcomp.c381 p->g->iflags |= USEBOL;
520 p->g->iflags |= USEBOL;
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A Dregex2.h142 # define USEBOL 01 /* used ^ */ macro
H A Dregcomp.c353 p->g->iflags |= USEBOL;
511 p->g->iflags |= USEBOL;
/freebsd-11.0-release/lib/libc/regex/
H A Dregex2.h175 # define USEBOL 01 /* used ^ */ macro
H A Dregcomp.c403 p->g->iflags |= USEBOL;
547 p->g->iflags |= USEBOL;
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c69 if (g->iflags&USEBOL)
70 fprintf(d, ", USEBOL");
/freebsd-11.0-release/lib/libc/regex/grot/
H A Ddebug.c35 if (g->iflags&USEBOL)
36 fprintf(d, ", USEBOL");

Completed in 113 milliseconds