Home
last modified time | relevance | path

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

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