Searched defs:x_stat (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dglob.c42 int x_stat = 0; /* program exit status */ variable
/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);

Completed in 1692 milliseconds