Home
last modified time | relevance | path

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

/titanic_41/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 ) { in readline()
534 if ( *ptr == '\n' || *ptr == '\004' || ptr >= endmesg ) { in readline()
785 if ( *ptr == '\n' || *ptr == '\004' || ptr >= endmesg ) { in readline()
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 */ in initialize()