HomeSort by: relevance | last modified time | path
    Searched refs:tgoto (Results 1 - 23 of 23) 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
  /src/external/gpl3/gdb.old/dist/gdb/
stub-termcap.c 32 extern char *tgoto (const char *cap, int col, int row);
93 tgoto (const char *cap, int col, int row) function
  /src/external/gpl3/gdb/dist/gdb/
stub-termcap.c 32 extern char *tgoto (const char *cap, int col, int row);
93 tgoto (const char *cap, int col, int row) function
  /src/external/gpl3/gdb.old/dist/readline/readline/
tcap.h 56 extern char *tgoto ();
display.c 3255 buffer = tgoto (_rl_term_IC, 0, col);
3291 buffer = tgoto (_rl_term_DC, count, count);
  /src/external/gpl3/gdb/dist/readline/readline/
tcap.h 56 extern char *tgoto (const char *cap, int col, int row);
display.c 3255 buffer = tgoto (_rl_term_IC, 0, col);
3291 buffer = tgoto (_rl_term_DC, count, count);
  /src/external/bsd/top/dist/
screen.c 67 char *tgoto(const char *, int, int);
207 if ((go = tgoto(tc_cursor_motion, 0, screen_length - 1)) != NULL)
320 if ((go = tgoto(tc_cursor_motion, 0, 0)) != NULL)
518 char *go = tgoto(tc_cursor_motion, x, y);
configure 5136 { echo "$as_me:$LINENO: checking whether tgoto is declared" >&5
5137 echo $ECHO_N "checking whether tgoto is declared... $ECHO_C" >&6; }
5164 #ifndef tgoto
5165 (void) tgoto;
  /src/external/bsd/less/dist/lesstest/
display.c 86 printf("%s", tgoto(terminfo.cursor_move, cursor_x, cursor_y));
  /src/external/gpl2/texinfo/dist/info/
terminal.c 49 extern char *tgetstr (), *tgoto ();
240 tputs (tgoto (term_goto, x, y), 1, output_character_function);
370 tputs (tgoto (term_DL, 0, count), lines, output_character_function);
394 tputs (tgoto (term_AL, 0, count), lines, output_character_function);
pcterm.c 731 char* tgoto (char*a, int b, int c)
733 perror ("tgoto"); return 0; /* here and below, added dummy retvals */
728 char* tgoto (char*a, int b, int c) function
  /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/external/bsd/nvi/dist/cl/
cl_screen.c 139 tputs(tgoto(clp->cup,
cl_funcs.c 432 (void)tputs(tgoto(clp->cup,
  /src/external/bsd/less/dist/
screen.c 1405 strcpy(sp, tgoto(sc_move, 0, 0));
1422 strcpy(sp, tgoto(sc_move, 0, sc_height-1));
2179 ltputs(tgoto(sc_move, 0, sindex), 1, putchr);
  /src/games/backgammon/common_source/
fancy.c 452 m = (char *) tgoto(CM, c, r);
  /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
configure 3708 extern char *tgoto();
3711 exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
configure 3708 extern char *tgoto();
3711 exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);

Completed in 57 milliseconds