Home
last modified time | relevance | path

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

12

/freebsd/usr.bin/top/
H A Dscreen.c164 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 Dscreen.h10 #define Move_to(x, y) TCputs(tgoto(cursor_motion, x, y))
/freebsd/contrib/tcsh/
H A Ded.h240 extern char *tgoto ();
248 extern char *tgoto (const char *, int, int);
H A Ded.screen.c673 (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 Dvms.termcap.c284 tgoto(char *cm, int destcol, int destline) in tgoto() function
/freebsd/contrib/libedit/
H A Dterminal.c76 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 Dlib_tgoto.c200 tgoto(const char *string, int x, int y) in tgoto() function
/freebsd/contrib/ncurses/include/
H A Dtermcap.h.in62 extern NCURSES_EXPORT(char *) tgoto (const char *, int, int);
H A DMKterm.h.awk.in366 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 Dtnftp.h194 char *tgoto(const char *, int, int);
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c113 tputs(tgoto(clp->cup, in cl_screen()
H A Dcl_funcs.c399 (void)tputs(tgoto(clp->cup, in cl_ex_adjust()
/freebsd/contrib/ncurses/
H A DANNOUNCE109 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 Dncurses.def368 "tgoto" @649 NONAME
H A Dncurses.ref428 "tgoto" @649 NONAME
/freebsd/contrib/less/
H A Dscreen.c1404 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 Dllib-ltinfow916 #undef tgoto
917 char *tgoto(
H A Dllib-ltinfo894 #undef tgoto
895 char *tgoto(
H A Dllib-ltinfotw992 #undef tgoto
993 char *tgoto(
H A Dllib-ltinfot970 #undef tgoto
971 char *tgoto(
H A Dllib-lncursest3708 #undef tgoto
3709 char *tgoto(
H A Dllib-lncurses3623 #undef tgoto
3624 char *tgoto(
/freebsd/contrib/dialog/
H A Dconfigure14461 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 Daclocal.m41620 [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 DMakefile888 curs_termcap.3 tgoto.3 \

12