Home
last modified time | relevance | path

Searched refs:wasdollar (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c635 int wasdollar = 0; in p_bre() local
643 wasdollar = p_simp_re(p, first); in p_bre()
646 if (wasdollar) { /* oops, that was a trailing anchor */ in p_bre()
/freebsd/contrib/nvi/regex/
H A Dregcomp.c509 int wasdollar = 0; in p_bre() local
524 wasdollar = p_simp_re(p, first, reclimit); in p_bre()
527 if (wasdollar) { /* oops, that was a trailing anchor */ in p_bre()