/titanic_41/usr/src/cmd/mail/ |
H A D | pipletr.c | 39 void (*istat)(), (*qstat)(); in dowait() local 45 istat = signal(SIGINT, SIG_IGN); in dowait() 51 signal(SIGINT, istat); in dowait() 56 signal(SIGINT, istat); in dowait()
|
H A D | createmf.c | 43 void (*istat)(), (*qstat)(), (*hstat)(); local 46 istat = signal(SIGINT, SIG_IGN); 55 (void) signal(SIGINT, istat);
|
H A D | copyback.c | 48 void (*hstat)(), (*istat)(), (*qstat)(); in copyback() local 50 istat = signal(SIGINT, SIG_IGN); in copyback() 178 (void) signal(SIGINT, istat); in copyback()
|
H A D | sendlist.c | 150 void (*istat)(), (*qstat)(), (*hstat)(); in send_mbox() local 172 istat = signal(SIGINT, SIG_IGN); in send_mbox() 199 (void) signal(SIGINT, istat); in send_mbox()
|
/titanic_41/usr/src/lib/libmail/common/ |
H A D | systemvp.c | 54 void (*istat)(int), (*qstat)(int); in systemvp() local 64 istat = signal(SIGINT, SIG_IGN); in systemvp() 69 (void) signal(SIGINT, istat); in systemvp()
|
H A D | popenvp.c | 106 void (*hstat)(int), (*istat)(int), (*qstat)(int); in pclosevp() local 110 istat = signal(SIGINT, SIG_IGN); in pclosevp() 119 (void) signal(SIGINT, istat); in pclosevp()
|
/titanic_41/usr/src/lib/libbc/libc/gen/sys5/ |
H A D | system.c | 47 register void (*istat)(), (*qstat)(); local 91 istat = signal(SIGINT, SIG_IGN); 94 (void) signal(SIGINT, istat);
|
/titanic_41/usr/src/lib/libbc/libc/gen/4.2/ |
H A D | system.c | 47 register void (*istat)(), (*qstat)(); local 93 istat = signal(SIGINT, SIG_IGN); 96 (void) signal(SIGINT, istat);
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | popen.c | 117 void (*istat)(int), (*qstat)(int); in npclose() local 121 istat = sigset(SIGINT, SIG_IGN); in npclose() 127 (void) sigset(SIGINT, istat); in npclose()
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | mypopen.c | 93 SIGTYPE (*hstat)(), (*istat)(), (*qstat)(); in mypclose() local 97 istat = signal(SIGINT, SIG_IGN); in mypclose() 104 (void) signal(SIGINT, istat); in mypclose()
|
/titanic_41/usr/src/lib/libgen/common/ |
H A D | p2open.c | 115 void (*hstat)(int), (*istat)(int), (*qstat)(int); in __p2close() local 147 istat = signal(SIGINT, SIG_IGN); in __p2close() 154 (void) signal(SIGINT, istat); in __p2close()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | pclose.c | 147 void (*istat)(); in mypclose() local 155 istat = signal(SIGINT, pabort); in mypclose() 160 (void) signal(SIGINT, istat); in mypclose()
|
/titanic_41/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_main.c | 1652 dmfe_tick_stall_check(dmfe_t *dmfep, uint32_t gpsr, uint32_t istat) in dmfe_tick_stall_check() argument 1683 tx_state = TX_PROCESS_STATE(istat); in dmfe_tick_stall_check() 1713 uint32_t istat; in dmfe_cyclic() local 1734 istat = dmfe_chip_get32(dmfep, STATUS_REG); in dmfe_cyclic() 1736 dmfe_tick_stall_check(dmfep, gpsr, istat); in dmfe_cyclic() 1755 uint32_t istat; in dmfe_interrupt() local 1777 istat = dmfe_chip_get32(dmfep, STATUS_REG); in dmfe_interrupt() 1778 if ((istat & (NORMAL_SUMMARY_INT | ABNORMAL_SUMMARY_INT)) == 0) { in dmfe_interrupt() 1789 istat |= dmfe_chip_get32(dmfep, STATUS_REG); in dmfe_interrupt() 1790 interrupts = istat & dmfep->imask; in dmfe_interrupt() [all …]
|
/titanic_41/usr/src/cmd/egrep/ |
H A D | egrep.y | 94 int istat; variable 450 istat = nxtst(1, LEFT); in cgotofn() 871 cstat = istat; in execute() 990 istat = nxtst(1, LEFT); in clearg()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rcp.c | 1064 register void (*istat)(), (*qstat)(); in susystem() local 1114 istat = signal(SIGINT, SIG_IGN); in susystem() 1135 (void) signal(SIGINT, istat); in susystem()
|