Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/regex/
H A Dregex2.h148 # define USEBOL 01 /* used ^ */ macro
H A Dregcomp.c381 p->g->iflags |= USEBOL; in p_ere_exp()
520 p->g->iflags |= USEBOL; in p_bre()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h145 # define USEBOL 01 /* used ^ */ macro
H A Dregcomp.c481 p->g->iflags |= USEBOL; in p_ere_exp()
639 p->g->iflags |= USEBOL; in p_bre()
/freebsd/lib/libc/regex/
H A Dregex2.h183 # define USEBOL 01 /* used ^ */ macro
H A Dregcomp.c441 p->g->iflags |= USEBOL; in p_ere_exp()
743 p->g->iflags |= USEBOL; in p_bre_pre_parse()
/freebsd/lib/libc/regex/grot/
H A Ddebug.c32 if (g->iflags&USEBOL)
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c64 if (g->iflags&USEBOL) in regprint()