Searched refs:oldintr (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 444 void (*oldintr)(); 466 oldintr = signal(SIGINT, cmdabort); 483 if (abrtflag && oldintr != SIG_IGN) 484 (*oldintr)(); 485 (void) signal(SIGINT, oldintr); 511 void (*oldintr)(); 526 oldintr = signal(SIGINT, cmdabort); 570 (void) signal(SIGINT, oldintr); 653 (void) signal(SIGINT, oldintr); 697 (void) signal(SIGINT, oldintr); [all...] |
H A D | cmds.c | 425 void (*oldintr)(); 445 oldintr = signal(SIGINT, mabort); 503 (void) signal(SIGINT, oldintr); 553 (void) signal(SIGINT, oldintr); 707 void (*oldintr)(); 727 oldintr = signal(SIGINT, mabort); 777 (void) signal(SIGINT, oldintr); 1120 void (*oldintr)(); 1138 oldintr = signal(SIGINT, mabort); 1157 (void) signal(SIGINT, oldintr); [all...] |
/illumos-gate/usr/src/cmd/sdiff/ |
H A D | sdiff.c | 763 void (*oldintr)(int); 774 oldintr = signal(SIGINT, SIG_IGN); /* ignore interrupts in ed */ 778 (void) signal(SIGINT, oldintr);
|
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 219 static void (*oldhup)(), (*oldintr)(); 378 oldintr = signal(SIGINT, SIG_IGN); 477 if (oldintr != SIG_IGN)
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 268 #define oldintr oldmodes.c_cc[VINTR] macro 1059 reportek("Interrupt", curintr, oldintr, CINTR);
|
Completed in 116 milliseconds