Searched defs:ltchars (Results 1 – 3 of 3) sorted by relevance
89 struct ltchars { struct90 char t_suspc; /* stop process signal */91 char t_dsuspc; /* delayed stop process signal */92 char t_rprntc; /* reprint line */93 char t_flushc; /* flush output (toggles) */94 char t_werasc; /* word erase */95 char t_lnextc; /* literal next character */
81 struct ltchars { struct82 char t_suspc; /* stop process signal */83 char t_dsuspc; /* delayed stop process signal */84 char t_rprntc; /* reprint line */85 char t_flushc; /* flush output (toggles) */86 char t_werasc; /* word erase */87 char t_lnextc; /* literal next character */
724 struct ltchars ltchars; in show_ltchars() local