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

/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dterminal.c108 #define T_dc 6 macro
230 EL_FLAGS |= (GoodStr(T_dc) || GoodStr(T_DC)) ? TERM_CAN_DELETE : 0;
714 if ((num > 1) || !GoodStr(T_dc)) { /* if dc would be more
722 if (GoodStr(T_dc)) /* else do one at a time */
724 terminal_tputs(el, Str(T_dc), 1);

Completed in 102 milliseconds