Searched refs:toedchar (Results 1 – 1 of 1) sorted by relevance
58 #define toedchar(x) ((unsigned short)(unsigned char)(x)) macro60 #define toedchar(x) (((_POSIX_VDISABLE != -1) && ((x) == _POSIX_VDISABLE)) ? \ macro3315 edchars.erase = toedchar(tty_state.c_cc[VERASE]); in x_mode()3316 edchars.kill = toedchar(tty_state.c_cc[VKILL]); in x_mode()3317 edchars.intr = toedchar(tty_state.c_cc[VINTR]); in x_mode()3318 edchars.quit = toedchar(tty_state.c_cc[VQUIT]); in x_mode()3319 edchars.eof = toedchar(tty_state.c_cc[VEOF]); in x_mode()3321 edchars.werase = toedchar(tty_state.c_cc[VWERASE]); in x_mode()