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

/illumos-gate/usr/src/cmd/cdrw/
H A Dtrackio.c57 static int tio_got_ctrl_c; variable
102 tio_got_ctrl_c = 0;
231 if (tio_got_ctrl_c) {
256 tio_got_ctrl_c = 1;
414 if (pcb_user_abort || tio_got_ctrl_c) {
419 if (pcb_user_abort || tio_got_ctrl_c) {

Completed in 45 milliseconds