Searched defs:ltchars (Results 1 – 5 of 5) sorted by relevance
26 struct ltchars { struct27 char t_suspc;28 char t_dsuspc;29 char t_rprntc;30 char t_flushc;31 char t_werasc;32 char t_lnextc;
37 struct ltchars { struct38 char t_suspc;39 char t_dsuspc;40 char t_rprntc;41 char t_flushc;42 char t_werasc;43 char t_lnextc;
25 struct ltchars { struct26 char t_suspc;27 char t_dsuspc;28 char t_rprntc;29 char t_flushc;30 char t_werasc;31 char t_lnextc;
34 struct ltchars { struct35 char t_suspc; /* stop process signal */36 char t_dsuspc; /* delayed stop process signal */37 char t_rprntc; /* reprint line */38 char t_flushc; /* flush output (toggles) */39 char t_werasc; /* word erase */40 char t_lnextc; /* literal next character */
610 static int get_ltchars(struct tty_struct *tty, struct ltchars __user *ltchars) in get_ltchars()627 static int set_ltchars(struct tty_struct *tty, struct ltchars __user *ltchars) in set_ltchars()
Completed in 8 milliseconds