Home
last modified time | relevance | path

Searched refs:O_BACK (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/nvi/regex/
H A Dregex2.h87 #define O_BACK (8) /* end \d paren number */ macro
H A Dengine.c344 case O_BACK: in dissect()
595 while (m->g->strip[ss] != O_BACK || m->g->stripdata[ss] != i) in backref()
901 case O_BACK: in step()
H A Dregcomp.c603 EMIT(O_BACK, i); in p_simp_re()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h85 #define O_BACK (8LU<<OPSHIFT) /* end \d paren number */ macro
H A Dregcomp.c531 EMIT(O_BACK, backrefnum); in p_ere_exp()
730 EMIT(O_BACK, i); in p_simp_re()
H A Dregengine.inc387 case O_BACK:
640 while (m->g->strip[ss] != SOP(O_BACK, i))
965 case O_BACK:
/freebsd/lib/libc/regex/
H A Dregex2.h91 #define O_BACK (8L<<OPSHIFT) /* end \d paren number */ macro
H A Dengine.c470 case O_BACK: in dissect()
760 while (m->g->strip[ss] != (sop)SOP(O_BACK, i)) in backref()
1062 case O_BACK: in step()
H A Dregcomp.c513 EMIT(O_BACK, i); in p_ere_exp()
933 EMIT(O_BACK, i); in p_simp_re()
/freebsd/lib/libc/regex/grot/
H A Ddebug.c136 case O_BACK:
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c197 case O_BACK: in s_print()