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

/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dglob.c42 int x_stat = 0; /* program exit status */ variable
H A Dext.h38 extern int x_stat; /* program exit status */
H A Dmisc.c84 exit(x_stat | 01);
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c153 static int x_stat = 0; /* program exit status */ variable
261 x_stat = parallel_comm(1, prnio_state);
265 x_stat = parallel_comm(1, bpp_state);
275 x_stat = parallel_comm(1, nop);
279 return (x_stat); /* everything probably went OK */
1089 x_stat |= FATAL;
1141 x_stat |= kind;
1179 exit(x_stat);
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c153 return (x_stat); /* not much could be wrong */
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c191 return (x_stat); /* not much could be wrong */
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c652 return (x_stat); /* everything probably went OK */

Completed in 55 milliseconds