Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/regex/
H A Dregex2.h149 # define USEEOL 02 /* used $ */ macro
H A Dregcomp.c387 p->g->iflags |= USEEOL; in p_ere_exp()
530 p->g->iflags |= USEEOL; in p_bre()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h146 # define USEEOL 02 /* used $ */ macro
H A Dregcomp.c487 p->g->iflags |= USEEOL; in p_ere_exp()
649 p->g->iflags |= USEEOL; in p_bre()
/freebsd/lib/libc/regex/
H A Dregex2.h184 # define USEEOL 02 /* used $ */ macro
H A Dregcomp.c447 p->g->iflags |= USEEOL; in p_ere_exp()
756 p->g->iflags |= USEEOL; in p_bre_post_parse()
/freebsd/lib/libc/regex/grot/
H A Ddebug.c34 if (g->iflags&USEEOL)
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c66 if (g->iflags&USEEOL) in regprint()