Lines Matching refs:c_cc
54 { "er", &tmode.c_cc[VERASE] }, /* erase character */
55 { "kl", &tmode.c_cc[VKILL] }, /* kill character */
56 { "et", &tmode.c_cc[VEOF] }, /* eof character (eot) */
63 { "in", &tmode.c_cc[VINTR] }, /* interrupt char */
64 { "qu", &tmode.c_cc[VQUIT] }, /* quit char */
65 { "xn", &tmode.c_cc[VSTART] }, /* XON (start) char */
66 { "xf", &tmode.c_cc[VSTOP] }, /* XOFF (stop) char */
67 { "bk", &tmode.c_cc[VEOL] }, /* brk char (alt \n) */
68 { "su", &tmode.c_cc[VSUSP] }, /* suspend char */
69 { "ds", &tmode.c_cc[VDSUSP] }, /* delayed suspend */
70 { "rp", &tmode.c_cc[VREPRINT] },/* reprint char */
71 { "fl", &tmode.c_cc[VDISCARD] },/* flush output */
72 { "we", &tmode.c_cc[VWERASE] }, /* word erase */
73 { "ln", &tmode.c_cc[VLNEXT] }, /* literal next */