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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.screen.c140 #define T_ho 13 macro
237 tstr[T_ho].name = "ho";
238 tstr[T_ho].long_name = CSAVS(4, 13, "home cursor");
1357 else if (GoodStr(T_ho) && GoodStr(T_cd)) {
1358 (void) tputs(Str(T_ho), Val(T_li), PUTPURE); /* home */
/freebsd-9.3-release/lib/libedit/
H A Dterm.c174 #define T_ho 12 macro
839 else if (GoodStr(T_ho) && GoodStr(T_cd)) {
840 term_tputs(el, Str(T_ho), Val(T_li)); /* home */

Completed in 105 milliseconds