Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c544 static int laststate = NOSTATUS; in getstatus() local
572 if (status[i].val != laststate || debug == ON) in getstatus()
578 return(laststate = status[i].val); in getstatus()
/titanic_50/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c932 static int laststate = NOSTATUS; /* last state recognized */ in getstatus() local
937 if (state != laststate || mesgptr != mesg || debug == ON) in getstatus()
944 return (laststate = state); in getstatus()
/titanic_50/usr/src/lib/libc/port/locale/
H A Dregex2.h173 sopno laststate; /* the final OEND */ member
H A Dengine.c162 const sopno gl = g->laststate; in matcher()
H A Dregcomp.c240 g->laststate = THERE(); in regcomp()
/titanic_50/usr/src/uts/intel/io/drm/
H A Dradeon_state.c2708 unsigned char laststate; in radeon_cp_vertex2() local
2768 for (laststate = 0xff, i = 0; i < vertex.nr_prims; i++) { in radeon_cp_vertex2()
2775 if (prim.stateidx != laststate) { in radeon_cp_vertex2()
2787 laststate = prim.stateidx; in radeon_cp_vertex2()