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

/freebsd-13-stable/contrib/tcsh/
H A Ded.screen.c130 #define T_dc 7 macro
215 tstr[T_dc].name = "dc";
216 tstr[T_dc].long_name = CSAVS(4, 7, "delete a character");
466 T_CanDel = GoodStr(T_dc) || GoodStr(T_DC);
1258 if ((num > 1) || !GoodStr(T_dc)) { /* if dc would be more expen. */
1266 if (GoodStr(T_dc)) /* else do one at a time */
1268 (void) tputs(Str(T_dc), 1, PUTPURE);
1476 T_CanDel = GoodStr(T_dc) || GoodStr(T_DC);
/freebsd-13-stable/contrib/libedit/
H A Dterminal.c108 #define T_dc 6 macro
232 EL_FLAGS |= (GoodStr(T_dc) || GoodStr(T_DC)) ? TERM_CAN_DELETE : 0;
696 if ((num > 1) || !GoodStr(T_dc)) { /* if dc would be more
704 if (GoodStr(T_dc)) /* else do one at a time */
706 terminal_tputs(el, Str(T_dc), 1);

Completed in 118 milliseconds