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

/freebsd-12-stable/usr.bin/top/
H A Dscreen.h12 #define Move_to(x, y) TCputs(tgoto(cursor_motion, x, y))
H A Dscreen.c166 strncpy(home, tgoto(cursor_motion, 0, 0), sizeof(home) - 1);
269 (void) strncpy(lower_left, tgoto(cursor_motion, 0, screen_length - 1),
/freebsd-12-stable/contrib/libedit/
H A Dsys.h109 extern char* tgoto(const char*, int, int);
H A Dterminal.c518 terminal_tputs(el, tgoto(Str(T_UP), -del, -del), -del);
557 terminal_tputs(el, tgoto(Str(T_ch), where, where), where);
561 terminal_tputs(el, tgoto(Str(T_RI), del, del),
598 terminal_tputs(el, tgoto(Str(T_LE), -del, -del),
698 terminal_tputs(el, tgoto(Str(T_DC), num, num), num);
739 terminal_tputs(el, tgoto(Str(T_IC), num, num), num);
1605 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1);
1661 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows);
/freebsd-12-stable/usr.bin/tput/
H A Dtput.c189 (void)tputs(tgoto(str, arg_cols, arg_rows), 1, outc);
200 (void) tputs(tgoto(str, arg_cols, arg_rows), arg_rows, outc);
/freebsd-12-stable/contrib/tcsh/
H A Ded.h240 extern char *tgoto ();
248 extern char *tgoto (const char *, int, int);
H A Dvms.termcap.c18 - Added %r to reverse row/column [tgoto]
279 * tgoto - given the cursor motion string cm, make up the string
284 tgoto(char *cm, int destcol, int destline) function
H A Ded.screen.c673 (void) tputs(tgoto(scap, arg_cols, arg_rows), 1, PUTRAW);
704 (void) tputs(tgoto(scap, arg_cols, arg_rows), arg_rows, PUTRAW);
1047 (void) tputs(tgoto(Str(T_DO), del, del), del, PUTPURE);
1060 (void) tputs(tgoto(Str(T_UP), -del, -del), -del, PUTPURE);
1098 (void) tputs(tgoto(Str(T_ch), where, where), where, PUTPURE);
1103 (void) tputs(tgoto(Str(T_RI), del, del), del, PUTPURE);
1128 (void) tputs(tgoto(Str(T_LE), -del, -del), -del, PUTPURE);
1259 (void) tputs(tgoto(Str(T_DC), num, num), num, PUTPURE);
1299 (void) tputs(tgoto(Str(T_IC), num, num), num, PUTPURE);
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_tgoto.c192 tgoto(const char *string, int x, int y) function
196 T((T_CALLED("tgoto(%s, %d, %d)"), _nc_visbuf(string), x, y));
/freebsd-12-stable/usr.bin/tset/
H A Dset.c306 * tgoto() if it can't do the job. (*snarl*)
310 tg_out = tgoto(set_column, 0, c);
312 tg_out = tgoto(set_pos, c, Lines - 1);
/freebsd-12-stable/bin/ls/
H A Dprint.c553 ansiseq = tgoto(ansi_fgcol, 0, colors[c].num[0]);
558 ansiseq = tgoto(ansi_bgcol, 0, colors[c].num[1]);
/freebsd-12-stable/contrib/nvi/cl/
H A Dcl_screen.c117 tputs(tgoto(clp->cup,
H A Dcl_funcs.c403 (void)tputs(tgoto(clp->cup,
/freebsd-12-stable/contrib/tnftp/
H A Dtnftp.h194 char *tgoto(const char *, int, int);
/freebsd-12-stable/contrib/less/
H A Dscreen.c294 extern char *tgoto();
1327 strcpy(sp, tgoto(sc_move, 0, 0));
1344 strcpy(sp, tgoto(sc_move, 0, sc_height-1));
2122 ltputs(tgoto(sc_move, 0, sindex), 1, putchr);
/freebsd-12-stable/contrib/dialog/
H A Dconfigure11202 initscr(); tgoto("?", 0,0)
12134 echo "$as_me:12134: checking for tgoto in -lmytinfo" >&5
12135 echo $ECHO_N "checking for tgoto in -lmytinfo... $ECHO_C" >&6
12151 char tgoto ();
12155 tgoto (); function
12460 initscr(); mousemask(0,0); tgoto((char *)0, 0, 0);
12548 initscr(); tgoto("?", 0,0)
12825 initscr(); tgoto("?", 0,0)
12855 echo "$as_me:12855: checking for tgoto in -lmytinfo" >&5
12856 echo $ECHO_N "checking for tgoto i
12876 tgoto (); function
13269 tgoto (); function
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dsys-protos.h1161 extern char * tgoto(char *, int, int);
/freebsd-12-stable/lib/ncurses/ncurses/
H A DMakefile975 curs_termcap.3 tgoto.3 \

Completed in 276 milliseconds