Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregex2.h188 sopno firststate; /* the initial OEND (normally 0) */ member
H A Dengine.c188 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher()
H A Dregcomp.c304 g->firststate = THERE(); in regcomp()