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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dprompter.c15 typedef struct sigaction osiginfo; typedef in typeref:struct:sigaction
17 typedef struct krb5_sigtype (*osiginfo)(); typedef in typeref:struct:osiginfo
20 static void catch_signals(osiginfo *);
21 static void restore_signals(osiginfo *);
24 static krb5_error_code setup_tty(FILE*, int, struct termios *, osiginfo *);
25 static krb5_error_code restore_tty(FILE*, struct termios *, osiginfo *);
43 osiginfo osigint;
130 catch_signals(osiginfo *osigint)
145 restore_signals(osiginfo *osigint)
155 setup_tty(FILE *fp, int hidden, struct termios *saveparm, osiginfo *osigin
[all...]

Completed in 42 milliseconds