Home
last modified time | relevance | path

Searched refs:firststate (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/nvi/regex/
Dregex2.h149 sopno firststate; /* the initial OEND (normally 0) */ member
Dengine.c150 register const sopno gf = g->firststate+1; /* +1 for OEND */
Dregcomp.c266 g->firststate = THERE(); in regcomp()
/freebsd-10-stable/contrib/llvm/lib/Support/
Dregex2.h136 sopno firststate; /* the initial OEND (normally 0) */ member
Dregcomp.c222 g->firststate = THERE(); in llvm_regcomp()
Dregengine.inc140 const sopno gf = g->firststate+1; /* +1 for OEND */
/freebsd-10-stable/lib/libc/regex/
Dregex2.h172 sopno firststate; /* the initial OEND (normally 0) */ member
Dengine.c161 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher()
Dregcomp.c266 g->firststate = THERE(); in regcomp()
/freebsd-10-stable/lib/libc/regex/grot/
Ddebug.c33 fprintf(d, ", first %ld last %ld", (long)g->firststate,
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
Ddebug.c62 fprintf(d, ", first %ld last %ld", (long)g->firststate, in regprint()