Home
last modified time | relevance | path

Searched refs:laststate (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/usr.sbin/dumpcis/
Dcardinfo.h171 enum cardstate laststate; /* Previous state of slot */ member
/freebsd-12-stable/contrib/nvi/regex/
Dregex2.h146 sopno laststate; /* the final OEND */ member
Dengine.c141 const sopno gl = g->laststate; in matcher()
Dregcomp.c261 g->laststate = THERE(); in regcomp()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
Dregex2.h143 sopno laststate; /* the final OEND */ member
Dregcomp.c366 g->laststate = THERE(); in llvm_regcomp()
Dregengine.inc141 const sopno gl = g->laststate;
/freebsd-12-stable/lib/libc/regex/
Dregex2.h179 sopno laststate; /* the final OEND */ member
Dengine.c203 const sopno gl = g->laststate; in matcher()
Dregcomp.c320 g->laststate = THERE(); in regcomp_internal()
/freebsd-12-stable/lib/libc/regex/grot/
Ddebug.c34 (long)g->laststate);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/regex/
Ddebug.c63 (long)g->laststate); in regprint()
/freebsd-12-stable/sbin/ipf/iplang/
Diplang_l.l29 int lineNum = 0, ipproto = 0, oldipproto = 0, next = -1, laststate = 0; variable