Home
last modified time | relevance | path

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

/external/libedit/src/
Dterminal.c108 #define T_dc 6 macro
232 EL_FLAGS |= (GoodStr(T_dc) || GoodStr(T_DC)) ? TERM_CAN_DELETE : 0; in terminal_setflags()
716 if ((num > 1) || !GoodStr(T_dc)) { /* if dc would be more in terminal_deletechars()
724 if (GoodStr(T_dc)) /* else do one at a time */ in terminal_deletechars()
726 terminal_tputs(el, Str(T_dc), 1); in terminal_deletechars()