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

/illumos-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
/illumos-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);
/illumos-gate/usr/src/lib/libc/port/locale/
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.c240 g->laststate = THERE();
/illumos-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 113 milliseconds