Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/nvi/regex/
Dregex2.h152 # define USEBOL 01 /* used ^ */ macro
Dregcomp.c397 p->g->iflags |= USEBOL; in p_ere_exp()
539 p->g->iflags |= USEBOL; in p_bre()
/freebsd-10-stable/contrib/llvm/lib/Support/
Dregex2.h139 # define USEBOL 01 /* used ^ */ macro
Dregcomp.c345 p->g->iflags |= USEBOL; in p_ere_exp()
503 p->g->iflags |= USEBOL; in p_bre()
/freebsd-10-stable/lib/libc/regex/
Dregex2.h175 # define USEBOL 01 /* used ^ */ macro
Dregcomp.c402 p->g->iflags |= USEBOL; in p_ere_exp()
548 p->g->iflags |= USEBOL; in p_bre()
/freebsd-10-stable/lib/libc/regex/grot/
Ddebug.c35 if (g->iflags&USEBOL)
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
Ddebug.c64 if (g->iflags&USEBOL) in regprint()