Home | History | Annotate | Download | only in src

Lines Matching full:c_cc

3284 		edchars.erase = tty_state.c_cc[VERASE];
3285 edchars.kill = tty_state.c_cc[VKILL];
3286 edchars.intr = tty_state.c_cc[VINTR];
3287 edchars.quit = tty_state.c_cc[VQUIT];
3288 edchars.eof = tty_state.c_cc[VEOF];
3290 edchars.werase = tty_state.c_cc[VWERASE];