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

  /src/external/bsd/nvi/dist/regex/
regex2.h 148 sopno firststate; /* the initial OEND (normally 0) */ member in struct:re_guts
engine.c 149 const sopno gf = g->firststate+1; /* +1 for OEND */
regcomp.c 270 g->firststate = THERE();
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex2.h 142 sopno firststate; /* the initial OEND (normally 0) */ member in struct:re_guts
regcomp.c 358 g->firststate = THERE();
  /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 42 milliseconds