Searched refs:T_cd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/tcsh/ |
| D | ed.screen.c | 130 #define T_cd 3 macro 207 tstr[T_cd].name = "cd"; in terminit() 208 tstr[T_cd].long_name = CSAVS(4, 3, "clear to bottom"); in terminit() 1357 else if (GoodStr(T_ho) && GoodStr(T_cd)) { in ClearScreen() 1360 (void) tputs(Str(T_cd), Val(T_li), PUTPURE); in ClearScreen() 1387 if (GoodStr(T_cd)) in ClearToBottom() 1388 (void) tputs(Str(T_cd), Val(T_li), PUTPURE); in ClearToBottom()
|
| /freebsd-10-stable/lib/libedit/ |
| D | term.c | 154 #define T_cd 2 macro 839 else if (GoodStr(T_ho) && GoodStr(T_cd)) { in term_clear_screen() 842 term_tputs(el, Str(T_cd), Val(T_li)); in term_clear_screen() 871 if (GoodStr(T_cd)) in term_clear_to_bottom() 872 term_tputs(el, Str(T_cd), Val(T_li)); in term_clear_to_bottom()
|