Home
last modified time | relevance | path

Searched refs:edchars (Results 1 – 1 of 1) sorted by relevance

/external/mksh/src/
Dedit.c54 } edchars; variable
1786 *tmp = isedchar(edchars.eof) ? (unsigned char)edchars.eof : in x_end_of_text()
3364 edchars.erase = toedchar(tty_state.c_cc[VERASE]); in x_mode()
3365 edchars.kill = toedchar(tty_state.c_cc[VKILL]); in x_mode()
3366 edchars.intr = toedchar(tty_state.c_cc[VINTR]); in x_mode()
3367 edchars.quit = toedchar(tty_state.c_cc[VQUIT]); in x_mode()
3368 edchars.eof = toedchar(tty_state.c_cc[VEOF]); in x_mode()
3370 edchars.werase = toedchar(tty_state.c_cc[VWERASE]); in x_mode()
3372 edchars.werase = 0; in x_mode()
3375 if (!edchars.erase) in x_mode()
[all …]