Home
last modified time | relevance | path

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

/netbsd/tests/lib/libc/regex/
H A Ddebug.c111 if (OP(g->strip[0]) != OEND) in s_print()
116 case OEND: in s_print()
/netbsd/external/bsd/nvi/dist/regex/
H A Dregex2.h83 #define OEND (1) /* endmarker - */ macro
H A Dregcomp.c269 EMIT(OEND, 0); in regcomp()
277 EMIT(OEND, 0); in regcomp()
1680 } while (s != OEND); in findmust()
1736 } while (s != OEND); in pluscount()
H A Dengine.c343 case OEND:
910 case OEND:
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregex2.h78 #define OEND (1LU<<OPSHIFT) /* endmarker - */ macro
H A Dregcomp.c357 EMIT(OEND, 0); in llvm_regcomp()
365 EMIT(OEND, 0); in llvm_regcomp()
1648 } while (OP(s) != OEND); in findmust()
1698 } while (OP(s) != OEND); in pluscount()
H A Dregengine.inc140 const sopno gf = g->firststate+1; /* +1 for OEND */
330 case OEND:
866 case OEND:
/netbsd/lib/libc/regex/
H A Dregex2.h89 #define OEND (1U<<OPSHIFT) /* endmarker - */ macro
H A Dregcomp.c374 EMIT(OEND, 0); in regcomp_internal()
380 EMIT(OEND, 0); in regcomp_internal()
2085 case OEND:
2156 } while (OP(s) != OEND);
2427 } while (OP(s) != OEND);
H A Dengine.c476 case OEND: in dissect()
1055 case OEND: in step()