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 | 441 void (*oldintr)(); in command() local 463 oldintr = signal(SIGINT, cmdabort); in command() 480 if (abrtflag && oldintr != SIG_IGN) in command() 481 (*oldintr)(); in command() 482 (void) signal(SIGINT, oldintr); in command() 508 void (*oldintr)(); in getreply() local 523 oldintr = signal(SIGINT, cmdabort); in getreply() 567 (void) signal(SIGINT, oldintr); in getreply() 656 (void) signal(SIGINT, oldintr); in getreply() 700 (void) signal(SIGINT, oldintr); in getreply() [all …]
|
H A D | cmds.c | 422 void (*oldintr)(); in mput() local 442 oldintr = signal(SIGINT, mabort); in mput() 500 (void) signal(SIGINT, oldintr); in mput() 550 (void) signal(SIGINT, oldintr); in mput() 704 void (*oldintr)(); in mget() local 724 oldintr = signal(SIGINT, mabort); in mget() 774 (void) signal(SIGINT, oldintr); in mget() 1117 void (*oldintr)(); in mdelete() local 1135 oldintr = signal(SIGINT, mabort); in mdelete() 1154 (void) signal(SIGINT, oldintr); in mdelete() [all …]
|
/illumos-gate/usr/src/cmd/sdiff/ |
H A D | sdiff.c | 761 void (*oldintr)(int); in edit() local 772 oldintr = signal(SIGINT, SIG_IGN); /* ignore interrupts in ed */ in edit() 776 (void) signal(SIGINT, oldintr); in edit()
|
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 268 #define oldintr oldmodes.c_cc[VINTR] macro 1061 reportek("Interrupt", curintr, oldintr, CINTR); in main()
|
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 218 static void (*oldhup)(), (*oldintr)(); variable 377 oldintr = signal(SIGINT, SIG_IGN); in main() 478 if (oldintr != SIG_IGN) in main()
|