Searched refs:tgoto (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-9.3-release/contrib/top/
H A Dscreen.h10 #define Move_to(x, y) TCputs(tgoto(cursor_motion, x, y))
14 char *tgoto();
H A Dscreen.c63 char *tgoto();
209 (void) strncpy(home, tgoto(cursor_motion, 0, 0), sizeof(home) - 1);
426 (void) strncpy(lower_left, tgoto(cursor_motion, 0, screen_length - 1),
/freebsd-9.3-release/contrib/libreadline/
H A Dtcap.h56 extern char *tgoto ();
H A Ddisplay.c2217 buffer = tgoto (_rl_term_IC, 0, col);
2260 buffer = tgoto (_rl_term_DC, count, count);
/freebsd-9.3-release/contrib/ncurses/include/
H A Dtermcap.h.in64 extern NCURSES_EXPORT(char *) tgoto (const char *, int, int);
/freebsd-9.3-release/usr.bin/tput/
H A Dtput.c187 (void)tputs(tgoto(str, arg_cols, arg_rows), 1, outc);
198 (void) tputs(tgoto(str, arg_cols, arg_rows), arg_rows, outc);
/freebsd-9.3-release/lib/libedit/
H A Dsys.h85 extern char *tgoto(const char *cap, int col, int row);
H A Dterm.c555 term_tputs(el, tgoto(Str(T_DO), del,
568 term_tputs(el, tgoto(Str(T_UP), -del, -del), -del);
607 term_tputs(el, tgoto(Str(T_ch), where, where), where);
611 term_tputs(el, tgoto(Str(T_RI), del, del), del);
642 term_tputs(el, tgoto(Str(T_LE), -del, -del),
736 term_tputs(el, tgoto(Str(T_DC), num, num), num);
776 term_tputs(el, tgoto(Str(T_IC), num, num), num);
1639 term_tputs(el, tgoto(scap, arg_cols, arg_rows), 1);
1695 term_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows);
/freebsd-9.3-release/contrib/tcsh/
H A Ded.h241 extern char *tgoto ();
249 extern char *tgoto (const char *, int, int);
H A Dvms.termcap.c19 - Added %r to reverse row/column [tgoto]
280 * tgoto - given the cursor motion string cm, make up the string
285 tgoto(char *cm, int destcol, int destline) function
H A Ded.screen.c677 (void) tputs(tgoto(scap, arg_cols, arg_rows), 1, PUTRAW);
708 (void) tputs(tgoto(scap, arg_cols, arg_rows), arg_rows, PUTRAW);
1051 (void) tputs(tgoto(Str(T_DO), del, del), del, PUTPURE);
1064 (void) tputs(tgoto(Str(T_UP), -del, -del), -del, PUTPURE);
1102 (void) tputs(tgoto(Str(T_ch), where, where), where, PUTPURE);
1107 (void) tputs(tgoto(Str(T_RI), del, del), del, PUTPURE);
1132 (void) tputs(tgoto(Str(T_LE), -del, -del), -del, PUTPURE);
1263 (void) tputs(tgoto(Str(T_DC), num, num), num, PUTPURE);
1303 (void) tputs(tgoto(Str(T_IC), num, num), num, PUTPURE);
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_tgoto.c191 tgoto(const char *string, int x, int y) function
195 T((T_CALLED("tgoto(%s, %d, %d)"), _nc_visbuf(string), x, y));
/freebsd-9.3-release/contrib/texinfo/info/
H A Dterminal.c46 extern char *tgetstr (), *tgoto ();
237 tputs (tgoto (term_goto, x, y), 1, output_character_function);
367 tputs (tgoto (term_DL, 0, count), lines, output_character_function);
391 tputs (tgoto (term_AL, 0, count), lines, output_character_function);
/freebsd-9.3-release/usr.bin/tset/
H A Dset.c304 * tgoto() if it can't do the job. (*snarl*)
308 tg_out = tgoto(set_column, 0, c);
310 tg_out = tgoto(set_pos, c, Lines - 1);
/freebsd-9.3-release/bin/ls/
H A Dprint.c455 ansiseq = tgoto(ansi_fgcol, 0, colors[c].num[0]);
460 ansiseq = tgoto(ansi_bgcol, 0, colors[c].num[1]);
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_funcs.c350 (void)tputs(tgoto(clp->cup,
H A Dcl_screen.c115 tputs(tgoto(clp->cup,
/freebsd-9.3-release/contrib/tnftp/
H A Dtnftp.h194 char *tgoto(const char *, int, int);
/freebsd-9.3-release/contrib/less/
H A Dscreen.c242 extern char *tgoto();
1282 strcpy(sp, tgoto(sc_move, 0, 0));
1299 strcpy(sp, tgoto(sc_move, 0, sc_height-1));
1901 tputs(tgoto(sc_move, 0, slinenum), 1, putchr);
/freebsd-9.3-release/contrib/dialog/
H A Dconfigure9408 initscr(); tgoto("?", 0,0)
10332 echo "$as_me:10332: checking for tgoto in -lmytinfo" >&5
10333 echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6
10349 char tgoto ();
10353 tgoto (); function
10658 initscr(); mousemask(0,0); tgoto((char *)0, 0, 0);
10746 initscr(); tgoto("?", 0,0)
11019 initscr(); tgoto("?", 0,0)
11049 echo "$as_me:11049: checking for tgoto in -lmytinfo" >&5
11050 echo $ECHO_N "checking for tgoto i
11070 tgoto (); function
11463 tgoto (); function
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/
H A Dllib-lncurses2728 #undef tgoto
2729 char *tgoto(
H A Dllib-lncursest2783 #undef tgoto
2784 char *tgoto(
H A Dllib-lncursesw3474 #undef tgoto
3475 char *tgoto(
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h1161 extern char * tgoto(char *, int, int);
/freebsd-9.3-release/lib/ncurses/ncurses/
H A DMakefile840 curs_termcap.3 tgoto.3 \

Completed in 308 milliseconds

12