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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.h87 extern char *endmesg; /* one in front of last free slot in mesg */
H A Difdef.c303 if ( *ptr == '\n' || *ptr == '\004' || ptr >= endmesg ) {
534 if ( *ptr == '\n' || *ptr == '\004' || ptr >= endmesg ) {
785 if ( *ptr == '\n' || *ptr == '\004' || ptr >= endmesg ) {
H A Dpostio.c183 char *endmesg = NULL; /* end for readline() in mesg[] */ variable
474 endmesg = mesg + sizeof mesg - 2; /* one byte from last pos. in mesg */

Completed in 47 milliseconds