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

/external/mksh/src/
H A Dedit.c56 static X_chars edchars; variable
1756 char tmp = edchars.eof;
3292 edchars.erase = tty_state.c_cc[VERASE];
3293 edchars.kill = tty_state.c_cc[VKILL];
3294 edchars.intr = tty_state.c_cc[VINTR];
3295 edchars.quit = tty_state.c_cc[VQUIT];
3296 edchars.eof = tty_state.c_cc[VEOF];
3298 edchars.werase = tty_state.c_cc[VWERASE];
3303 if (edchars.erase == _POSIX_VDISABLE)
3304 edchars
[all...]

Completed in 829 milliseconds