Searched refs:T_ch (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 128 #define T_ch 5 macro 209 tstr[T_ch].name = "ch"; in terminit() 210 tstr[T_ch].long_name = CSAVS(4, 5, "cursor to horiz pos"); in terminit() 1096 if ((del < -4 || del > 4) && GoodStr(T_ch)) in MoveToChar() 1098 (void) tputs(tgoto(Str(T_ch), where, where), where, PUTPURE); in MoveToChar()
|
/freebsd/contrib/libedit/ |
H A D | terminal.c | 113 #define T_ch 4 macro 553 if ((del < -4 || del > 4) && GoodStr(T_ch)) in terminal_move_to_char() 555 terminal_tputs(el, tgoto(Str(T_ch), where, where), where); in terminal_move_to_char()
|