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

/freebsd-12-stable/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-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h145 # define USEBOL 01 /* used ^ */ macro
H A Dregcomp.c481 p->g->iflags |= USEBOL;
639 p->g->iflags |= USEBOL;
/freebsd-12-stable/lib/libc/regex/
H A Dregex2.h181 # define USEBOL 01 /* used ^ */ macro
H A Dregcomp.c433 p->g->iflags |= USEBOL;
720 p->g->iflags |= USEBOL;
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c64 if (g->iflags&USEBOL)
65 fprintf(d, ", USEBOL");
/freebsd-12-stable/lib/libc/regex/grot/
H A Ddebug.c35 if (g->iflags&USEBOL)
36 fprintf(d, ", USEBOL");

Completed in 194 milliseconds