Home
last modified time | relevance | path

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

/freebsd/lib/libc/regex/grot/
H A Ddebug.c81 if (OP(g->strip[0]) != OEND)
86 case OEND:
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c144 if (OP(g->strip[0]) != OEND) in s_print()
149 case OEND: in s_print()
/freebsd/contrib/nvi/regex/
H A Dregex2.h80 #define OEND (1) /* endmarker - */ macro
H A Dregcomp.c252 EMIT(OEND, 0); in regcomp()
260 EMIT(OEND, 0); in regcomp()
1570 } while (s != OEND); in findmust()
1625 } while (s != OEND); in pluscount()
H A Dengine.c328 case OEND: in dissect()
866 case OEND: in step()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h78 #define OEND (1LU<<OPSHIFT) /* endmarker - */ macro
H A Dregcomp.c351 EMIT(OEND, 0); in llvm_regcomp()
359 EMIT(OEND, 0); in llvm_regcomp()
1585 } while (OP(s) != OEND); in findmust()
1634 } while (OP(s) != OEND); in pluscount()
H A Dregengine.inc143 const sopno gf = g->firststate+1; /* +1 for OEND */
371 case OEND:
930 case OEND:
/freebsd/lib/libc/regex/
H A Dregex2.h84 #define OEND (1L<<OPSHIFT) /* endmarker - */ macro
H A Dregcomp.c305 EMIT(OEND, 0); in regcomp_internal()
311 EMIT(OEND, 0); in regcomp_internal()
1933 case OEND:
2002 } while (OP(s) != OEND);
2258 } while (OP(s) != OEND);
H A Dengine.c450 case OEND: in dissect()
1011 case OEND: in step()