HomeSort by: relevance | last modified time | path
    Searched refs:OEND (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libc/regex/
debug.c 111 if (OP(g->strip[0]) != OEND)
112 fprintf(d, "missing initial OEND!\n");
116 case OEND:
  /src/lib/libc/regex/
regex2.h 89 #define OEND (1U<<OPSHIFT) /* endmarker - */
183 sopno firststate; /* the initial OEND (normally 0) */
184 sopno laststate; /* the final OEND */
regcomp.c 374 EMIT(OEND, 0);
380 EMIT(OEND, 0);
2084 case OEND:
2155 } while (OP(s) != OEND);
2411 return(0); /* there may not be an OEND */
2426 } while (OP(s) != OEND);
engine.c 211 const sopno gf = g->firststate+1; /* +1 for OEND */
476 case OEND:
1055 case OEND:

Completed in 49 milliseconds