Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c436 case NOSTATUS: in filter()
544 static int laststate = NOSTATUS; in getstatus()
587 return(NOSTATUS); in getstatus()
H A Dpostcomm.h82 #define NOSTATUS 11 /* no response from the printer */ macro
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c168 static int nostatus = NOSTATUS; /* default getstatus() return value */
693 case NOSTATUS: in send()
829 case NOSTATUS: in done()
932 static int laststate = NOSTATUS; /* last state recognized */ in getstatus()
H A Dslowsend.c98 case NOSTATUS: in slowsend()
H A Dpostio.h126 #define NOSTATUS 11 /* no response from the printer */ macro