Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c542 static int laststate = NOSTATUS; in getstatus() local
570 if (status[i].val != laststate || debug == ON) in getstatus()
576 return(laststate = status[i].val); in getstatus()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c930 static int laststate = NOSTATUS; /* last state recognized */ in getstatus() local
935 if (state != laststate || mesgptr != mesg || debug == ON) in getstatus()
942 return (laststate = state); in getstatus()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex2.h176 sopno laststate; /* the final OEND */ member
H A Dengine.c194 const sopno gl = g->laststate; in matcher()
H A Dregcomp.c314 g->laststate = THERE(); in regcomp()