Searched refs:got_ctrl_c (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/parted/
H A Dui.c214 volatile int got_ctrl_c = 0; /* used in exception_handler */ variable
333 got_ctrl_c = 1;
646 got_ctrl_c = 0;
651 && (isatty (0) || pretend_input_tty) && !got_ctrl_c);
653 if (got_ctrl_c) {
654 got_ctrl_c = 0;
851 got_ctrl_c = 1;

Completed in 17 milliseconds