Searched defs:ltchars (Results 1 – 6 of 6) sorted by relevance
91 struct ltchars { struct92 char t_suspc; /* stop process signal */93 char t_dsuspc; /* delayed stop process signal */94 char t_rprntc; /* reprint line */95 char t_flushc; /* flush output (toggles) */96 char t_werasc; /* word erase */97 char t_lnextc; /* literal next character */
44 struct ltchars { struct45 char t_suspc; /* stop process signal */46 char t_dsuspc; /* delayed stop process signal */47 char t_rprntc; /* reprint line */48 char t_flushc; /* flush output (toggles) */49 char t_werasc; /* word erase */50 char t_lnextc; /* literal next character */
83 struct ltchars { struct84 char t_suspc; /* stop process signal */85 char t_dsuspc; /* delayed stop process signal */86 char t_rprntc; /* reprint line */87 char t_flushc; /* flush output (toggles) */88 char t_werasc; /* word erase */89 char t_lnextc; /* literal next character */
155 struct ltchars { struct175 ltchars yetmore; /* special Berkeley characters */ argument
149 struct ltchars { struct169 ltchars yetmore; /* special Berkeley characters */ argument
727 struct ltchars ltchars; in show_ltchars() local