Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.screen.c129 #define T_cl 6 macro
212 tstr[T_cl].name = "cl"; in terminit()
213 tstr[T_cl].long_name = CSAVS(4, 6, "clear screen"); in terminit()
1350 if (GoodStr(T_cl)) in ClearScreen()
1352 (void) tputs(Str(T_cl), Val(T_li), PUTPURE); in ClearScreen()
/freebsd/contrib/libedit/
H A Dterminal.c115 #define T_cl 5 macro
798 if (GoodStr(T_cl)) in terminal_clear_screen()
800 terminal_tputs(el, Str(T_cl), Val(T_li)); in terminal_clear_screen()