Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/nvi/regex/
HDregex2.h84 #define OANY (5) /* . - */ macro
HDengine.c339 case OANY: in dissect()
504 case OANY: in backref()
891 case OANY: in step()
HDregcomp.c402 EMIT(OANY, 0); in p_ere_exp()
618 EMIT(OANY, 0); in p_simp_re()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDregex2.h82 #define OANY (5LU<<OPSHIFT) /* . - */ macro
HDregcomp.c502 EMIT(OANY, 0); in p_ere_exp()
684 EMIT(OANY, 0); in p_simp_re()
HDregengine.inc382 case OANY:
551 case OANY:
955 case OANY:
/freebsd-14-stable/lib/libc/regex/
HDregex2.h90 #define OANY (5L<<OPSHIFT) /* . - */ macro
HDregcomp.c468 EMIT(OANY, 0); in p_ere_exp()
869 EMIT(OANY, 0); in p_simp_re()
1934 case OANY:
2064 case OANY:
HDengine.c467 case OANY: in dissect()
651 case OANY: in backref()
1054 case OANY: in step()
/freebsd-14-stable/lib/libc/regex/grot/
HDdebug.c108 case OANY:
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/regex/
HDdebug.c171 case OANY: in s_print()