/openbsd/usr.bin/mg/ |
H A D | tty.c | 184 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 D | terminal.c | 46 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 D | pcterm.c | 726 char* tgoto (char*a, int b, int c) in tgoto() function
|
/openbsd/gnu/lib/libreadline/ |
H A D | tcap.h | 56 extern char *tgoto ();
|
H A D | display.c | 1898 buffer = tgoto (_rl_term_IC, 0, col); 1939 buffer = tgoto (_rl_term_DC, count, count);
|
/openbsd/lib/libcurses/ |
H A D | termcap.h | 64 extern NCURSES_EXPORT(char *) tgoto (const char *, int, int);
|
H A D | term.h | 846 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 D | hack.termcap.c | 232 xputs(tgoto(CM, x-1, y-1)); in cmov() 280 xputs(tgoto(CM, 0, 0)); in home()
|
/openbsd/distrib/special/more/ |
H A D | Makefile | 5 SRCS= more.c tputs.c termcap.c tgoto.c
|
H A D | tgoto.c | 68 tgoto(char *CM, int destcol, int destline) in tgoto() function
|
H A D | curses.h | 310 char *tgoto(char *, int, int);
|
H A D | more.c | 1401 tgoto(cursorm, 0, 0), in initterm()
|
/openbsd/lib/libedit/ |
H A D | sys.h | 93 extern char* tgoto(const char*, int, int);
|
H A D | terminal.c | 518 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 D | lib_tgoto.c | 202 tgoto(const char *string, int x, int y) in tgoto() function
|
/openbsd/usr.bin/vi/cl/ |
H A D | cl_funcs.c | 317 (void)tputs(tgoto(clp->cup, in cl_ex_adjust()
|
H A D | cl_screen.c | 111 tputs(tgoto(clp->cup, in cl_screen()
|
/openbsd/games/tetris/ |
H A D | screen.c | 138 #define moveto(r, c) putpad(tgoto(CMstr, c, r))
|
/openbsd/gnu/usr.bin/binutils/gdb/tui/ |
H A D | ChangeLog-1998-2003 | 1118 (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 D | sys-protos.h | 1161 extern char * tgoto(char *, int, int);
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-protos.h | 1161 extern char * tgoto(char *, int, int);
|
/openbsd/usr.bin/tic/ |
H A D | tic.c | 2919 char *test = tgoto(value, 0, 0); in check_sgr_param()
|
/openbsd/gnu/usr.bin/texinfo/ |
H A D | ChangeLog.46 | 9399 expect tgoto to return a new string; it returns the address of a
|