Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/regex/
H A Dregex2.h152 # define USEEOL 02 /* used $ */ macro
H A Dregcomp.c407 p->g->iflags |= USEEOL; in p_ere_exp()
553 p->g->iflags |= USEEOL; in p_bre()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/lib/libc/regex/
H A Dregex2.h187 # define USEEOL 02 /* used $ */
189 # define USEEOL global() macro
H A Dregcomp.c502 p->g->iflags |= USEEOL; in p_ere_exp()
817 p->g->iflags |= USEEOL; in p_bre_post_parse()
/netbsd-src/tests/lib/libc/regex/
H A Ddebug.c68 if (g->iflags&USEEOL) in regprint()