Home
last modified time | relevance | path

Searched refs:spgetcc (Results 1 – 16 of 16) sorted by relevance

/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dstream.h232 int spgetcc(P2(stream *, bool)); /* bool indicates close at EOD */
233 #define spgetc(s) spgetcc(s, true) /* a procedure equivalent of sgetc */
H A Dstream.c432 spgetcc(register stream * s, bool close_at_eod) in spgetcc() function
650 int ch = spgetcc(s_in, false); in sreadline()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dstream.h232 int spgetcc(P2(stream *, bool)); /* bool indicates close at EOD */
233 #define spgetc(s) spgetcc(s, true) /* a procedure equivalent of sgetc */
H A Dstream.c432 spgetcc(register stream * s, bool close_at_eod) in spgetcc() function
650 int ch = spgetcc(s_in, false); in sreadline()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dstream.h228 int spgetcc(stream *, bool); /* bool indicates close at EOD */
229 #define spgetc(s) spgetcc(s, true) /* a procedure equivalent of sgetc */
H A Dstream.c442 spgetcc(register stream * s, bool close_at_eod) in spgetcc() function
662 int ch = spgetcc(s_in, false); in sreadline()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dstream.h228 int spgetcc(stream *, bool); /* bool indicates close at EOD */
229 #define spgetc(s) spgetcc(s, true) /* a procedure equivalent of sgetc */
H A Dstream.c442 spgetcc(register stream * s, bool close_at_eod) in spgetcc() function
662 int ch = spgetcc(s_in, false); in sreadline()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dstream.h230 int spgetcc(stream *, bool); /* bool indicates close at EOD */
231 #define spgetc(s) spgetcc(s, true) /* a procedure equivalent of sgetc */
H A Dstream.c444 spgetcc(register stream * s, bool close_at_eod) in spgetcc() function
664 int ch = spgetcc(s_in, false); in sreadline()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dstream.h230 int spgetcc(stream *, bool); /* bool indicates close at EOD */
231 #define spgetc(s) spgetcc(s, true) /* a procedure equivalent of sgetc */
H A Dstream.c444 spgetcc(register stream * s, bool close_at_eod) in spgetcc() function
664 int ch = spgetcc(s_in, false); in sreadline()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dstream.h227 int spgetcc(stream *, bool); /* bool indicates close at EOD */
228 #define spgetc(s) spgetcc(s, true) /* a procedure equivalent of sgetc */
H A Dstream.c453 spgetcc(register stream * s, bool close_at_eod) in spgetcc() function
678 int ch = spgetcc(s_in, false); in sreadline()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dstream.h227 int spgetcc(stream *, bool); /* bool indicates close at EOD */
228 #define spgetc(s) spgetcc(s, true) /* a procedure equivalent of sgetc */
H A Dstream.c453 spgetcc(register stream * s, bool close_at_eod) in spgetcc() function
678 int ch = spgetcc(s_in, false); in sreadline()