Searched defs:osigint (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dgetpass.c78 struct sigaction act, osigint, osigtstp; local
89 (void) sigaction(SIGINT, &act, &osigint); /* trap interrupt */
109 (void) sigaction(SIGINT, &osigint, NULL);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dprompter.c44 osiginfo osigint; local
77 errcode = setup_tty(fp, prompts[i].hidden, &saveparm, &osigint);
100 restore_tty(fp, &saveparm, &osigint);
115 errcode = restore_tty(fp, &saveparm, &osigint);
136 catch_signals(osiginfo *osigint) argument
144 sigaction(SIGINT, &sa, osigint);
146 *osigint = signal(SIGINT, intrfunc);
151 restore_signals(osiginfo *osigint) argument
154 sigaction(SIGINT, osigint, NULL);
156 signal(SIGINT, *osigint);
161 setup_tty(FILE *fp, int hidden, struct termios *saveparm, osiginfo *osigint) argument
194 restore_tty(FILE* fp, struct termios *saveparm, osiginfo *osigint) argument
[all...]

Completed in 36 milliseconds