HomeSort by relevance Sort by last modified time
    Searched refs:OEND (Results 1 - 3 of 3) sorted by null

  /bionic/libc/regex/
regex2.h 72 #define OEND (1LU<<OPSHIFT) /* endmarker - */
136 sopno firststate; /* the initial OEND (normally 0) */
137 sopno laststate; /* the final OEND */
regcomp.c 213 EMIT(OEND, 0);
221 EMIT(OEND, 0);
    [all...]
engine.c 136 const sopno gf = g->firststate+1; /* +1 for OEND */
326 case OEND:
853 case OEND:

Completed in 49 milliseconds