Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c166 static char *mesgptr = NULL; /* printer msg starts here in mesg[] */ variable
937 if (state != laststate || mesgptr != mesg || debug == ON) in getstatus()
941 *mesgptr = '\0'; in getstatus()
993 if (*(mesgptr = find("%%[ ", mesg)) != '\0' && in parsemesg()
994 *(e = find(" ]%%", mesgptr+4)) != '\0') { in parsemesg()
996 strcpy(sbuf, mesgptr+4); /* don't change mesg[] */ in parsemesg()
997 sbuf[e-mesgptr-4] = '\0'; /* ignore the trailing " ]%%" */ in parsemesg()