Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.screen.c127 #define T_ce 4 macro
206 tstr[T_ce].name = "ce"; in terminit()
207 tstr[T_ce].long_name = CSAVS(4, 4, "clear to end of line"); in terminit()
465 T_CanCEOL = GoodStr(T_ce); in SetTC()
1338 if (T_CanCEOL && GoodStr(T_ce)) in ClearEOL()
1339 (void) tputs(Str(T_ce), 1, PUTPURE); in ClearEOL()
1385 else if (GoodStr(T_ce)) in ClearToBottom()
1386 (void) tputs(Str(T_ce), Val(T_li), PUTPURE); in ClearToBottom()
1475 T_CanCEOL = GoodStr(T_ce); in GetTermCaps()
/freebsd/contrib/libedit/
H A Dterminal.c111 #define T_ce 3 macro
240 EL_FLAGS |= GoodStr(T_ce) ? TERM_CAN_CEOL : 0; in terminal_setflags()
781 if (EL_CAN_CEOL && GoodStr(T_ce)) in terminal_clear_EOL()
782 terminal_tputs(el, Str(T_ce), 1); in terminal_clear_EOL()