Searched refs:laststate (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.3-release/contrib/nvi/regex/
H A Dregex2.h150 sopno laststate; /* the final OEND */ member in struct:re_guts
H A Dengine.c151 register const sopno gl = g->laststate;
H A Dregcomp.c274 g->laststate = THERE();
/freebsd-10.3-release/usr.sbin/dumpcis/
H A Dcardinfo.h80 * Note, the above diagram is for the state. On suspend, the laststate
169 enum cardstate laststate; /* Previous state of slot */ member in struct:slotstate
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A Dregex2.h137 sopno laststate; /* the final OEND */ member in struct:re_guts
H A Dregcomp.c230 g->laststate = THERE();
/freebsd-10.3-release/lib/libc/regex/
H A Dregex2.h173 sopno laststate; /* the final OEND */ member in struct:re_guts
H A Dengine.c162 const sopno gl = g->laststate;
H A Dregcomp.c275 g->laststate = THERE();
/freebsd-10.3-release/contrib/ipfilter/iplang/
H A Diplang_l.l33 int lineNum = 0, ipproto = 0, oldipproto = 0, next = -1, laststate = 0;
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c68 (long)g->laststate);
/freebsd-10.3-release/lib/libc/regex/grot/
H A Ddebug.c34 (long)g->laststate);
/freebsd-10.3-release/sys/dev/drm/
H A Dradeon_state.c2511 unsigned char laststate; local
2545 for (laststate = 0xff, i = 0; i < vertex->nr_prims; i++) {
2552 if (prim.stateidx != laststate) {
2565 laststate = prim.stateidx;
/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Dradeon_state.c2551 unsigned char laststate; local
2585 for (laststate = 0xff, i = 0; i < vertex->nr_prims; i++) {
2592 if (prim.stateidx != laststate) {
2605 laststate = prim.stateidx;

Completed in 204 milliseconds