Home
last modified time | relevance | path

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

/titanic_41/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); in main()
265 x_stat = parallel_comm(1, bpp_state); in main()
275 x_stat = parallel_comm(1, nop); in main()
279 return (x_stat); /* everything probably went OK */ in main()
1089 x_stat |= FATAL; in interrupt()
1141 x_stat |= kind; in error()
1179 exit(x_stat); in quit()
/titanic_41/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); in error()
/titanic_41/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c153 return (x_stat); /* not much could be wrong */ in main()
/titanic_41/usr/src/cmd/lp/filter/postscript/postprint/
H A Dpostprint.c191 return (x_stat); /* not much could be wrong */ in main()
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c652 return (x_stat); /* everything probably went OK */ in main()