Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/lpr/lpd/
H A Dmodes.c143 { "altwerase", ALTWERASE, 0 },
144 { "-altwerase", 0, ALTWERASE },
/dragonfly/bin/stty/
H A Dmodes.c143 { "altwerase", ALTWERASE, 0 },
144 { "-altwerase", 0, ALTWERASE },
H A Dprint.c103 put("-altwerase", ALTWERASE, 0); in print()
H A Dkey.c261 #define LKEEP (ECHOKE|ECHOE|ECHOK|ECHOPRT|ECHOCTL|ALTWERASE|TOSTOP|NOFLSH) in f_sane()
/dragonfly/sys/sys/
H A D_termios.h171 #define ALTWERASE 0x00000200 /* use alternate WERASE algorithm */ macro
/dragonfly/contrib/tcsh-6/
H A Ded.term.c298 # ifdef ALTWERASE
299 { "altwerase",ALTWERASE,M_LINED },
/dragonfly/contrib/libedit/src/
H A Dtty.c368 #ifdef ALTWERASE
369 {"altwerase", ALTWERASE, MD_LIN},
/dragonfly/sys/kern/
H A Dtty.c641 (!ISSET(lflag, ALTWERASE) || ISALPHA(c) == ctype)); in ttyinput()