Home
last modified time | relevance | path

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

/openbsd/lib/libedit/
H A Dtty.h192 #ifndef CERASE2
193 # define CERASE2 _POSIX_VDISABLE macro
H A Dtty.c96 CDSWTCH, CERASE2, CSTART, CSTOP,
105 _POSIX_VDISABLE, CERASE2, CSTART, CSTOP,
/openbsd/usr.bin/tic/
H A Dreset_cmd.c206 #if defined(VERASE2) && defined(CERASE2) in reset_tty_settings()
207 reset_char(VERASE2, CERASE2); in reset_tty_settings()