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

/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c390 char Intr_char; /* new interrupt character */ variable
580 Intr_char = CNTL('C');
584 Intr_char = '\177';
586 Intr_char = CNTL(*p);
588 Intr_char = *p;
881 if (Intr_char != 0)
882 curintr = Intr_char;

Completed in 58 milliseconds