Home
last modified time | relevance | path

Searched refs:VWERASE (Results 1 – 10 of 10) sorted by relevance

/external/libedit/src/
Dtty.h54 # if defined(VWERSE) && !defined(VWERASE)
55 # define VWERASE VWERSE macro
340 # ifdef VWERASE
341 # if NUMCC <= VWERASE
342 # undef VWERASE
Dtty.c145 #ifdef VWERASE
146 {C_WERASE, VWERASE,
407 #if defined(VWERASE)
678 #ifdef VWERASE in tty__getcharindex()
680 return VWERASE; in tty__getcharindex()
774 #ifdef VWERASE in tty__getchar()
775 s[C_WERASE] = td->c_cc[VWERASE]; in tty__getchar()
856 #ifdef VWERASE in tty__setchar()
857 td->c_cc[VWERASE] = s[C_WERASE]; in tty__setchar()
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h58 #define VWERASE 14 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermbits.h77 #define VWERASE 14 /* Word-erase character [ICANON]. */ macro
/external/python/cpython2/Modules/
Dtermios.c564 #ifdef VWERASE
565 {"VWERASE", VWERASE},
/external/python/cpython3/Modules/
Dtermios.c594 #ifdef VWERASE
595 {"VWERASE", VWERASE},
/external/toybox/toys/pending/
Dstty.c81 { "rprnt", VREPRINT }, { "werase", VWERASE }, { "lnext", VLNEXT },
307 t->c_cc[VWERASE] = 0x17; in make_sane()
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py54 VWERASE = (NCC+NCC_PAD+1) variable
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py54 VWERASE = (NCC+NCC_PAD+1) variable
/external/mksh/src/
Dedit.c3337 #ifdef VWERASE in x_mode()
3338 edchars.werase = toedchar(tty_state.c_cc[VWERASE]); in x_mode()