Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/regex/
H A Dregex2.h145 sopno firststate; /* the initial OEND (normally 0) */ member
H A Dengine.c140 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher()
H A Dregcomp.c253 g->firststate = THERE(); in regcomp()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregex2.h142 sopno firststate; /* the initial OEND (normally 0) */ member
H A Dregcomp.c358 g->firststate = THERE(); in llvm_regcomp()
H A Dregengine.inc143 const sopno gf = g->firststate+1; /* +1 for OEND */
/freebsd/lib/libc/regex/
H A Dregex2.h180 sopno firststate; /* the initial OEND (normally 0) */ member
H A Dengine.c197 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher()
H A Dregcomp.c306 g->firststate = THERE(); in regcomp_internal()
/freebsd/lib/libc/regex/grot/
H A Ddebug.c30 fprintf(d, ", first %ld last %ld", (long)g->firststate,
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c62 fprintf(d, ", first %ld last %ld", (long)g->firststate, in regprint()