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