Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c56 static X_chars edchars; variable
1753 char tmp = edchars.eof; in x_end_of_text()
3286 edchars.erase = tty_state.c_cc[VERASE]; in x_mode()
3287 edchars.kill = tty_state.c_cc[VKILL]; in x_mode()
3288 edchars.intr = tty_state.c_cc[VINTR]; in x_mode()
3289 edchars.quit = tty_state.c_cc[VQUIT]; in x_mode()
3290 edchars.eof = tty_state.c_cc[VEOF]; in x_mode()
3292 edchars.werase = tty_state.c_cc[VWERASE]; in x_mode()
3297 if (edchars.erase == _POSIX_VDISABLE) in x_mode()
3298 edchars.erase = -1; in x_mode()
[all …]