Searched refs:T_LE (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 159 #define T_LE 36 macro 296 tstr[T_LE].name = "LE"; in terminit() 297 tstr[T_LE].long_name = CSAVS(4, 34, "cursor left multiple"); in terminit() 1127 if ((-del > 4) && GoodStr(T_LE)) in MoveToChar() 1128 (void) tputs(tgoto(Str(T_LE), -del, -del), -del, PUTPURE); in MoveToChar()
|
/freebsd/contrib/libedit/ |
H A D | terminal.c | 171 #define T_LE 33 macro 596 if ((-del > 4) && GoodStr(T_LE)) in terminal_move_to_char() 597 terminal_tputs(el, tgoto(Str(T_LE), -del, -del), in terminal_move_to_char()
|