Searched refs:reset_char (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 191 #define reset_char(item, value) \ macro 283 reset_char(VDISCARD, CDISCARD); in reset_tty_settings() 285 reset_char(VEOF, CEOF); in reset_tty_settings() 286 reset_char(VERASE, CERASE); in reset_tty_settings() 288 reset_char(VERASE2, CERASE2); in reset_tty_settings() 291 reset_char(VFLUSH, CFLUSH); in reset_tty_settings() 293 reset_char(VINTR, CINTR); in reset_tty_settings() 294 reset_char(VKILL, CKILL); in reset_tty_settings() 296 reset_char(VLNEXT, CLNEXT); in reset_tty_settings() 298 reset_char(VQUIT, CQUIT); in reset_tty_settings() [all …]
|