OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPS
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
print.c
56
#define
SPS
PrinterOf(screen)
84
if (
SPS
.fp != NULL) {
85
if (
SPS
.toFile) {
86
fclose(
SPS
.fp);
87
SPS
.fp = NULL;
91
pclose(
SPS
.fp);
96
SPS
.fp = NULL;
97
SPS
.isOpen = False;
267
Boolean was_open =
SPS
.isOpen;
276
if (!was_open ||
SPS
.printer_autoclose)
[
all
...]
charproc.c
425
#define
SPS
screen.printer_state
484
Bres(XtNprinterAutoClose, XtCPrinterAutoClose,
SPS
.printer_autoclose, False),
485
Bres(XtNprinterExtent, XtCPrinterExtent,
SPS
.printer_extent, False),
486
Bres(XtNprinterFormFeed, XtCPrinterFormFeed,
SPS
.printer_formfeed, False),
487
Bres(XtNprinterNewLine, XtCPrinterNewLine,
SPS
.printer_newline, True),
517
SPS
.printer_controlmode, 0),
557
Sres(XtNprinterCommand, XtCPrinterCommand,
SPS
.printer_command, ""),
728
Ires(XtNprintAttributes, XtCPrintAttributes,
SPS
.print_attributes, 1),
10739
wnew->
SPS
.printer_checked = False;
10740
init_Sres(
SPS
.printer_command)
[
all
...]
Completed in 10 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026