Lines Matching defs:ttychars
28 struct ttychars { struct
29 char tc_erase; /* erase last character */
30 char tc_kill; /* erase entire line */
31 char tc_intrc; /* interrupt */
32 char tc_quitc; /* quit */
33 char tc_startc; /* start output */
34 char tc_stopc; /* stop output */
35 char tc_eofc; /* end-of-file */
36 char tc_brkc; /* input delimiter (like nl) */
37 char tc_suspc; /* stop process signal */
38 char tc_dsuspc; /* delayed stop process signal */
39 char tc_rprntc; /* reprint line */
40 char tc_flushc; /* flush output (toggles) */
41 char tc_werasc; /* word erase */
42 char tc_lnextc; /* literal next character */