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

/freebsd-10.3-release/contrib/nvi/regex/
H A Dregex2.h152 # define USEBOL 01 /* used ^ */ macro
H A Dregcomp.c397 p->g->iflags |= USEBOL;
539 p->g->iflags |= USEBOL;
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A Dregex2.h139 # define USEBOL 01 /* used ^ */ macro
H A Dregcomp.c345 p->g->iflags |= USEBOL;
503 p->g->iflags |= USEBOL;
/freebsd-10.3-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-10.3-release/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c69 if (g->iflags&USEBOL)
70 fprintf(d, ", USEBOL");
/freebsd-10.3-release/lib/libc/regex/grot/
H A Ddebug.c35 if (g->iflags&USEBOL)
36 fprintf(d, ", USEBOL");

Completed in 177 milliseconds