osiginfo
catch_signals(osiginfo *osigint)
restore_signals(osiginfo *osigint)
setup_tty(FILE *fp, int hidden, struct termios *saveparm, osiginfo *osigint)
restore_tty(FILE* fp, struct termios *saveparm, osiginfo *osigint)
static void catch_signals(osiginfo *);
static void restore_signals(osiginfo *);
static krb5_error_code setup_tty(FILE*, int, struct termios *, osiginfo *);
static krb5_error_code restore_tty(FILE*, struct termios *, osiginfo *);
osiginfo osigint;