/freebsd/usr.bin/top/ |
H A D | screen.c | 164 strncpy(home, tgoto(cursor_motion, 0, 0), sizeof(home) - 1); in init_termcap() 267 (void) strncpy(lower_left, tgoto(cursor_motion, 0, screen_length - 1), in get_screensize()
|
H A D | screen.h | 10 #define Move_to(x, y) TCputs(tgoto(cursor_motion, x, y))
|
/freebsd/contrib/tcsh/ |
H A D | ed.h | 240 extern char *tgoto (); 248 extern char *tgoto (const char *, int, int);
|
H A D | ed.screen.c | 673 (void) tputs(tgoto(scap, arg_cols, arg_rows), 1, PUTRAW); in EchoTC() 704 (void) tputs(tgoto(scap, arg_cols, arg_rows), arg_rows, PUTRAW); in EchoTC() 1047 (void) tputs(tgoto(Str(T_DO), del, del), del, PUTPURE); in MoveToLine() 1060 (void) tputs(tgoto(Str(T_UP), -del, -del), -del, PUTPURE); in MoveToLine() 1098 (void) tputs(tgoto(Str(T_ch), where, where), where, PUTPURE); in MoveToChar() 1103 (void) tputs(tgoto(Str(T_RI), del, del), del, PUTPURE); in MoveToChar() 1128 (void) tputs(tgoto(Str(T_LE), -del, -del), -del, PUTPURE); in MoveToChar() 1259 (void) tputs(tgoto(Str(T_DC), num, num), num, PUTPURE); in DeleteChars() 1299 (void) tputs(tgoto(Str(T_IC), num, num), num, PUTPURE); in Insert_write()
|
H A D | vms.termcap.c | 284 tgoto(char *cm, int destcol, int destline) in tgoto() function
|
/freebsd/contrib/libedit/ |
H A D | terminal.c | 76 extern char* tgoto(const char*, int, int); 516 terminal_tputs(el, tgoto(Str(T_UP), -del, -del), -del); in terminal_move_to_line() 555 terminal_tputs(el, tgoto(Str(T_ch), where, where), where); in terminal_move_to_char() 559 terminal_tputs(el, tgoto(Str(T_RI), del, del), in terminal_move_to_char() 597 terminal_tputs(el, tgoto(Str(T_LE), -del, -del), in terminal_move_to_char() 697 terminal_tputs(el, tgoto(Str(T_DC), num, num), num); in terminal_deletechars() 738 terminal_tputs(el, tgoto(Str(T_IC), num, num), num); in terminal_insertwrite() 1604 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1); in terminal_echotc() 1660 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows); in terminal_echotc()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_tgoto.c | 200 tgoto(const char *string, int x, int y) in tgoto() function
|
/freebsd/contrib/ncurses/include/ |
H A D | termcap.h.in | 62 extern NCURSES_EXPORT(char *) tgoto (const char *, int, int);
|
H A D | MKterm.h.awk.in | 366 print "extern NCURSES_EXPORT(char *) tgoto (const char *, int, int);" 391 print "extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(tgoto) (SCREEN*, const char *, int, int);"
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 194 char *tgoto(const char *, int, int);
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_screen.c | 113 tputs(tgoto(clp->cup, in cl_screen()
|
H A D | cl_funcs.c | 399 (void)tputs(tgoto(clp->cup, in cl_ex_adjust()
|
/freebsd/contrib/ncurses/ |
H A D | ANNOUNCE | 109 checks to make the older tiparm, tparm and tgoto functions safer: 114 + the tgoto function disallows capabilities which its analysis 117 and tgoto which ensure that the capability strings which are 284 + document limitations of tgoto, and error-returns in 298 The changes to tparm, tgoto which improve the design of the low-level
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 368 "tgoto" @649 NONAME
|
H A D | ncurses.ref | 428 "tgoto" @649 NONAME
|
/freebsd/contrib/less/ |
H A D | screen.c | 1404 strcpy(sp, tgoto(sc_move, 0, 0)); in get_term() 1421 strcpy(sp, tgoto(sc_move, 0, sc_height-1)); in get_term() 2176 ltputs(tgoto(sc_move, 0, sindex), 1, putchr);
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltinfow | 916 #undef tgoto 917 char *tgoto(
|
H A D | llib-ltinfo | 894 #undef tgoto 895 char *tgoto(
|
H A D | llib-ltinfotw | 992 #undef tgoto 993 char *tgoto(
|
H A D | llib-ltinfot | 970 #undef tgoto 971 char *tgoto(
|
H A D | llib-lncursest | 3708 #undef tgoto 3709 char *tgoto(
|
H A D | llib-lncurses | 3623 #undef tgoto 3624 char *tgoto(
|
/freebsd/contrib/dialog/ |
H A D | configure | 14461 initscr(); tgoto("?", 0,0) 14508 char tgoto (); 14512 tgoto (); 14901 char tgoto (void); 14914 return tgoto (); 14965 char tgoto (); 14969 tgoto (); 15066 initscr(); tgoto((char *)0, 0, 0); 17363 char tgoto (); 17367 tgoto (); [all …]
|
H A D | aclocal.m4 | 1620 [initscr(); tgoto("?", 0,0)], 1642 [initscr(); tgoto("?", 0,0)], 1650 AC_CHECK_LIB(mytinfo,tgoto,[CF_ADD_LIBS(-lmytinfo)]) 1708 # Check for library containing tgoto. Do this before curses library 1712 AC_CHECK_FUNC(tgoto,[cf_term_lib=predefined],[ 1715 AC_CHECK_LIB($cf_term_lib,tgoto,[ 1743 [initscr(); tgoto((char *)0, 0, 0);], 3666 AC_CHECK_LIB(mytinfo,tgoto,[cf_ncurses_LIBS="-lmytinfo $cf_ncurses_LIBS"])
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 888 curs_termcap.3 tgoto.3 \
|