Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDed.screen.c163 #define T_LE 36 macro
300 tstr[T_LE].name = "LE"; in terminit()
301 tstr[T_LE].long_name = CSAVS(4, 34, "cursor left multiple"); in terminit()
1131 if ((-del > 4) && GoodStr(T_LE)) in MoveToChar()
1132 (void) tputs(tgoto(Str(T_LE), -del, -del), -del, PUTPURE); in MoveToChar()
/NextBSD/lib/libedit/
HDterminal.c164 #define T_LE 33 macro
618 if ((-del > 4) && GoodStr(T_LE)) in terminal_move_to_char()
619 terminal_tputs(el, tgoto(Str(T_LE), -del, -del), in terminal_move_to_char()