HomeSort by: relevance | last modified time | path
    Searched refs:tgoto (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libterminfo/
termcap.h 51 char * tgoto(const char *, int, int);
Makefile 48 termcap.3 tgetstr.3 termcap.3 tgoto.3
termcap.c 180 tgoto(const char *cm, int destcol, int destline) function in typeref:typename:char *
  /src/distrib/utils/more/
screen.c 399 (void)strlcpy(sp, tgoto(sc_move, 0, 0),
418 (void)strlcpy(sp, tgoto(sc_move, 0, sc_height-1),
  /src/lib/libedit/
terminal.c 76 extern char* tgoto(const char*, int, int);
516 terminal_tputs(el, tgoto(Str(T_UP), -del, -del), -del);
555 terminal_tputs(el, tgoto(Str(T_ch), where, where), where);
559 terminal_tputs(el, tgoto(Str(T_RI), del, del),
597 terminal_tputs(el, tgoto(Str(T_LE), -del, -del),
697 terminal_tputs(el, tgoto(Str(T_DC), num, num), num);
738 terminal_tputs(el, tgoto(Str(T_IC), num, num), num);
1604 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1);
1660 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows);
  /src/games/warp/
term.c 261 CMsize = comp_tc(cmbuffer,tgoto(CM,20,20),0);
450 tputs(tgoto(CM,x,y),0,cmstore);
  /src/games/backgammon/common_source/
fancy.c 452 m = (char *) tgoto(CM, c, r);

Completed in 15 milliseconds