Home
last modified time | relevance | path

Searched refs:T_dc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.screen.c130 #define T_dc 7 macro
215 tstr[T_dc].name = "dc"; in terminit()
216 tstr[T_dc].long_name = CSAVS(4, 7, "delete a character"); in terminit()
466 T_CanDel = GoodStr(T_dc) || GoodStr(T_DC); in SetTC()
1258 if ((num > 1) || !GoodStr(T_dc)) { /* if dc would be more expen. */ in DeleteChars()
1266 if (GoodStr(T_dc)) /* else do one at a time */ in DeleteChars()
1268 (void) tputs(Str(T_dc), 1, PUTPURE); in DeleteChars()
1476 T_CanDel = GoodStr(T_dc) || GoodStr(T_DC); in GetTermCaps()
/freebsd/contrib/libedit/
H A Dterminal.c117 #define T_dc 6 macro
241 EL_FLAGS |= (GoodStr(T_dc) || GoodStr(T_DC)) ? TERM_CAN_DELETE : 0; in terminal_setflags()
695 if ((num > 1) || !GoodStr(T_dc)) { /* if dc would be more in terminal_deletechars()
703 if (GoodStr(T_dc)) /* else do one at a time */ in terminal_deletechars()
705 terminal_tputs(el, Str(T_dc), 1); in terminal_deletechars()