Home
last modified time | relevance | path

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

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