Searched defs:ltchars (Results 1 – 3 of 3) sorted by relevance
54 struct ltchars { struct55 char t_suspc; /* stop process signal */56 char t_dsuspc; /* delayed stop process signal */57 char t_rprntc; /* reprint line */58 char t_flushc; /* flush output (toggles) */59 char t_werasc; /* word erase */60 char t_lnextc; /* literal next character */
55 struct ltchars { struct56 char t_suspc; /* stop process signal */57 char t_dsuspc; /* delayed stop process signal */58 char t_rprntc; /* reprint line */59 char t_flushc; /* flush output (toggles) */60 char t_werasc; /* word erase */61 char t_lnextc; /* literal next character */
42 struct ltchars { struct44 char t_suspc;45 char t_dsuspc;46 char t_rprntc;47 char t_flushc;49 char t_werasc;50 char t_lnextc;