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

/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c553 static int laststate = NOSTATUS;
581 if (status[i].val != laststate || debug == ON)
587 return(laststate = status[i].val);
544 static int laststate = NOSTATUS; local
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c932 static int laststate = NOSTATUS; /* last state recognized */ local
937 if (state != laststate || mesgptr != mesg || debug == ON)
944 return (laststate = state);
/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Dradeon_state.c2708 unsigned char laststate; local
2768 for (laststate = 0xff, i = 0; i < vertex.nr_prims; i++) {
2775 if (prim.stateidx != laststate) {
2787 laststate = prim.stateidx;

Completed in 45 milliseconds