Home
last modified time | relevance | path

Searched refs:tgoto (Results 1 – 23 of 23) sorted by relevance

/openbsd/usr.bin/mg/
H A Dtty.c184 putpad(tgoto(cursor_address, col, row), 1); in ttmove()
274 putpad(tgoto(parm_delete_line, 0, nchunk), nl); in ttinsl()
285 putpad(tgoto(parm_insert_line, 0, nchunk), nl); in ttinsl()
326 putpad(tgoto(parm_delete_line, 0, nchunk), nl); in ttdell()
337 putpad(tgoto(parm_insert_line, 0, nchunk), nl); in ttdell()
360 putpad(tgoto(change_scroll_region, bot, top), nrow - ttrow); in ttwindow()
380 putpad(tgoto(change_scroll_region, in ttnowindow()
/openbsd/gnu/usr.bin/texinfo/info/
H A Dterminal.c46 extern char *tgetstr (), *tgoto ();
236 tputs (tgoto (term_goto, x, y), 1, output_character_function); in terminal_goto_xy()
366 tputs (tgoto (term_DL, 0, count), lines, output_character_function); in terminal_delete_lines()
390 tputs (tgoto (term_AL, 0, count), lines, output_character_function); in terminal_insert_lines()
H A Dpcterm.c726 char* tgoto (char*a, int b, int c) in tgoto() function
/openbsd/gnu/lib/libreadline/
H A Dtcap.h56 extern char *tgoto ();
H A Ddisplay.c1898 buffer = tgoto (_rl_term_IC, 0, col);
1939 buffer = tgoto (_rl_term_DC, count, count);
/openbsd/lib/libcurses/
H A Dtermcap.h64 extern NCURSES_EXPORT(char *) tgoto (const char *, int, int);
H A Dterm.h846 extern NCURSES_EXPORT(char *) tgoto (const char *, int, int);
871 extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tgoto) (SCREEN*, const char *, int, int);
/openbsd/games/hack/
H A Dhack.termcap.c232 xputs(tgoto(CM, x-1, y-1)); in cmov()
280 xputs(tgoto(CM, 0, 0)); in home()
/openbsd/distrib/special/more/
H A DMakefile5 SRCS= more.c tputs.c termcap.c tgoto.c
H A Dtgoto.c68 tgoto(char *CM, int destcol, int destline) in tgoto() function
H A Dcurses.h310 char *tgoto(char *, int, int);
H A Dmore.c1401 tgoto(cursorm, 0, 0), in initterm()
/openbsd/lib/libedit/
H A Dsys.h93 extern char* tgoto(const char*, int, int);
H A Dterminal.c518 terminal_tputs(el, tgoto(Str(T_DO), del, in terminal_move_to_line()
531 terminal_tputs(el, tgoto(Str(T_UP), -del, -del), -del); in terminal_move_to_line()
571 terminal_tputs(el, tgoto(Str(T_ch), where, where), where); in terminal_move_to_char()
575 terminal_tputs(el, tgoto(Str(T_RI), del, del), in terminal_move_to_char()
612 terminal_tputs(el, tgoto(Str(T_LE), -del, -del), in terminal_move_to_char()
711 terminal_tputs(el, tgoto(Str(T_DC), num, num), num); in terminal_deletechars()
752 terminal_tputs(el, tgoto(Str(T_IC), num, num), num); in terminal_insertwrite()
1595 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1); in terminal_echotc()
1651 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows); in terminal_echotc()
/openbsd/lib/libcurses/tinfo/
H A Dlib_tgoto.c202 tgoto(const char *string, int x, int y) in tgoto() function
/openbsd/usr.bin/vi/cl/
H A Dcl_funcs.c317 (void)tputs(tgoto(clp->cup, in cl_ex_adjust()
H A Dcl_screen.c111 tputs(tgoto(clp->cup, in cl_screen()
/openbsd/games/tetris/
H A Dscreen.c138 #define moveto(r, c) putpad(tgoto(CMstr, c, r))
/openbsd/gnu/usr.bin/binutils/gdb/tui/
H A DChangeLog-1998-20031118 (tgoto): Add external K&R declaration for this; Solaris doesn't
1165 (tgoto): Add external K&R declaration for this here too.
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h1161 extern char * tgoto(char *, int, int);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h1161 extern char * tgoto(char *, int, int);
/openbsd/usr.bin/tic/
H A Dtic.c2919 char *test = tgoto(value, 0, 0); in check_sgr_param()
/openbsd/gnu/usr.bin/texinfo/
H A DChangeLog.469399 expect tgoto to return a new string; it returns the address of a