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

  /src/lib/libc/regex/
regex2.h 183 sopno firststate; /* the initial OEND (normally 0) */ member in struct:re_guts
engine.c 211 const sopno gf = g->firststate+1; /* +1 for OEND */
regcomp.c 375 g->firststate = THERE();
  /src/tests/lib/libc/regex/
debug.c 65 fprintf(d, ", first %u last %u", g->firststate, g->laststate);

Completed in 21 milliseconds