Home
last modified time | relevance | path

Searched refs:stopprt (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dprinter.c346 dev->stopprt = 0; in printer_init_handler()
668 (dev->stopprt ? " (stopped)" : "")); in printer_query_device()
886 dev->stopprt = 0; in printer_close_device()
948 if (dev->stopprt && !IS_CCW_SENSE(code)) in printer_execute_ccw()
H A Dhsccmd.c661 if ( !dev->stopprt ) in fcb_cmd()
892 int stopprt; in start_cmd() local
920 stopprt = dev->stopprt; dev->stopprt = 0; in start_cmd()
924 if (rc) dev->stopprt = stopprt; in start_cmd()
1022 dev->stopprt = 1; in stop_cmd()
H A Dhstructs.h1050 u_int stopprt:1; /* 1=stopped; 0=started */ member