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

/illumos-gate/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)
941 *mesgptr = '\0';
993 if (*(mesgptr = find("%%[ ", mesg)) != '\0' &&
994 *(e = find(" ]%%", mesgptr+4)) != '\0') {
996 strcpy(sbuf, mesgptr+4); /* don't change mesg[] */
997 sbuf[e-mesgptr-4] = '\0'; /* ignore the trailing " ]%%" */

Completed in 44 milliseconds