Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dedit.c58 } edchars; variable
1823 *tmp = isedchar(edchars.eof) ? (unsigned char)edchars.eof : in x_end_of_text()
3399 edchars.erase = toedchar(tty_state.c_cc[VERASE]); in x_mode()
3400 edchars.kill = toedchar(tty_state.c_cc[VKILL]); in x_mode()
3401 edchars.intr = toedchar(tty_state.c_cc[VINTR]); in x_mode()
3402 edchars.quit = toedchar(tty_state.c_cc[VQUIT]); in x_mode()
3403 edchars.eof = toedchar(tty_state.c_cc[VEOF]); in x_mode()
3405 edchars.werase = toedchar(tty_state.c_cc[VWERASE]); in x_mode()
3407 edchars in x_mode()
[all...]

Completed in 5 milliseconds