Lines Matching defs:ttychars
47 struct ttychars { struct
48 char tc_erase; /* erase last character */
49 char tc_kill; /* erase entire line */
50 char tc_intrc; /* interrupt */
51 char tc_quitc; /* quit */
52 char tc_startc; /* start output */
53 char tc_stopc; /* stop output */
54 char tc_eofc; /* end-of-file */
55 char tc_brkc; /* input delimiter (like nl) */
56 char tc_suspc; /* stop process signal */
57 char tc_dsuspc; /* delayed stop process signal */
58 char tc_rprntc; /* reprint line */
59 char tc_flushc; /* flush output (toggles) */
60 char tc_werasc; /* word erase */
61 char tc_lnextc; /* literal next character */