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

/freebsd-10-stable/contrib/nvi/regex/
H A Dregex2.h91 #define O_BACK (8) /* end \d paren number */ macro
H A Dengine.c360 case O_BACK:
618 while (m->g->strip[ss] != O_BACK || m->g->stripdata[ss] != i)
945 case O_BACK:
H A Dregcomp.c623 EMIT(O_BACK, i);
/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregex2.h79 #define O_BACK (8LU<<OPSHIFT) /* end \d paren number */ macro
H A Dregcomp.c395 EMIT(O_BACK, backrefnum);
594 EMIT(O_BACK, i);
H A Dregengine.inc346 case O_BACK:
598 while (m->g->strip[ss] != SOP(O_BACK, i))
901 case O_BACK:
/freebsd-10-stable/lib/libc/regex/
H A Dregex2.h92 #define O_BACK (8L<<OPSHIFT) /* end \d paren number */ macro
H A Dengine.c425 case O_BACK:
683 while (m->g->strip[ss] != SOP(O_BACK, i))
1032 case O_BACK:
H A Dregcomp.c647 EMIT(O_BACK, i);
/freebsd-10-stable/lib/libc/regex/grot/
H A Ddebug.c139 case O_BACK:
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c197 case O_BACK:

Completed in 84 milliseconds