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