Home
last modified time | relevance | path

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

12

/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/
H A Dtextio.c17 char *tgetstr(), *sprintf(), *tgoto(), *strcpy(), *strcat();
202 fputs(tgoto(cm, 0, 0), stdout); in TxRedisplay()
212 fputs(tgoto(cm, 0, 3), stdout); in TxRedisplay()
218 fputs(tgoto(cm, 28, 4), stdout); in TxRedisplay()
232 fputs(tgoto(cm, 0, lastline), stdout); in TxRedisplay()
262 fputs(tgoto(cm, 0, tgetnum("li")-1), stdout); in TxClose()
290 (void) printf(format, tgoto(cm, field->tx_x, field->tx_y), string);
355 fputs(tgoto(cm, 0, inline), stdout);
408 fputs(tgoto(cm, 50, msgline), stdout);
419 fputs(tgoto(cm, 0, msgline), stdout);
[all …]
/original-bsd/usr.bin/window/
H A Dtttermcap.c18 char *tgoto();
70 ttputs(tgoto(p, col, row));
79 tputs(tgoto(s->ts_str, col, row), n, tttputc);
/original-bsd/lib/libterm/
H A DMakefile5 SRCS= termcap.c tgoto.c tputs.c
9 termcap.3 tgetstr.3 termcap.3 tgoto.3 termcap.3 tputs.3
H A Dtgoto.c44 tgoto(CM, destcol, destline) in tgoto() function
/original-bsd/usr.bin/ex/
H A Dex_tty.c66 char *tgoto();
128 if (tgoto(CM, 2, 2)[0] == 'O') /* OOPS */
131 CA = 1, costCM = cost(tgoto(CM, 8, 10));
134 costDP = cost(tgoto(DOWN_PARM, 10, 10));
135 costLP = cost(tgoto(LEFT_PARM, 10, 10));
136 costRP = cost(tgoto(RIGHT_PARM, 10, 10));
H A Dex_vadj.c270 vputp(tgoto(AL_PARM, p, cnt), WECHO+1-p);
275 vputp(tgoto(CS, LINES-1,p), 1);
279 vputp(tgoto(CS, LINES-1,0), 1);
752 vputp(tgoto(DL_PARM, p, cnt), WECHO-p);
757 vputp(tgoto(CS, LINES-1, p), 1);
758 vputp(tgoto(CM, 0, LINES-1), 1);/* Go to lower left corner */
761 vputp(tgoto(CS, LINES-1, 0), 1);/* restore scrolling region */
H A Dex_put.c414 tputs(tgoto(CM, destcol, destline), 0, putch); in fgoto()
579 tputs(tgoto(DOWN_PARM, 0, j), j, plodput); in plod()
608 tputs(tgoto(LEFT_PARM, 0, j), j, plodput); in plod()
624 tputs(tgoto(UP_PARM, 0, j), j, plodput); in plod()
684 tputs(tgoto(RIGHT_PARM, 0, j), j, plodput); in plod()
H A Dex.h373 char *tgoto();
/original-bsd/lib/libterm/TEST/
H A Dtc3.c27 char *tgoto();
54 tgout = tgoto(CM, col, row);
/original-bsd/games/hack/
H A Dhack.termcap.c7 extern char *tgetstr(), *tgoto(), *getenv();
166 xputs(tgoto(CM, x-1, y-1));
205 xputs(tgoto(CM, 0, 0)); in home()
250 register int cmlen = strlen(tgoto(CM, curx-1, cury-1)); in delay_output()
/original-bsd/lib/libedit/
H A Dtermcap.h23 char *tgoto __P((char *, int, int));
H A Dterm.c473 (void) tputs(tgoto(Str(T_DO), del, del), del, term__putc);
482 (void) tputs(tgoto(Str(T_UP), -del, -del), -del, term__putc);
525 (void) tputs(tgoto(Str(T_ch), where, where), where, term__putc);
529 (void) tputs(tgoto(Str(T_RI), del, del), del, term__putc);
551 (void) tputs(tgoto(Str(T_LE), -del, -del), -del, term__putc);
623 (void) tputs(tgoto(Str(T_DC), num, num), num, term__putc);
667 (void) tputs(tgoto(Str(T_IC), num, num), num, term__putc);
1388 (void) tputs(tgoto(scap, arg_cols, arg_rows), 1, term__putc);
1421 (void) tputs(tgoto(scap, arg_cols, arg_rows), arg_rows, term__putc);
/original-bsd/local/local.cmd/
H A Ddis.c45 extern char * tgoto();
254 tputs(tgoto(CM, x, y), 1, outc);
263 tputs(tgoto(CM, x, y), oy<y?y-oy:oy-y, outc);
/original-bsd/usr.bin/tput/
H A Dtput.c155 (void)tputs(tgoto(str, arg_cols, arg_rows), 1, outc);
166 (void) tputs(tgoto(str, arg_cols, arg_rows), arg_rows, outc);
/original-bsd/games/rain/
H A Drain.c32 #define cursor(c, r) tputs(tgoto(CM, c, r), 1, fputchar)
41 char *LL, *TE, *tgoto();
94 (void)strcpy(LL, tgoto(CM, 0, 23));
/original-bsd/usr.bin/tset/
H A Dextern.h17 char *tgoto __P((char *, int, int));
H A Dset.c282 tg_out = tgoto(set_column, 0, c); in set_tabs()
284 tg_out = tgoto(set_pos, c, lines - 1); in set_tabs()
/original-bsd/old/pcc/lint/llibs/
H A Dllib-ltermcap15 char * tgoto(cm, destcol, destline) char *cm; { return cm; }
/original-bsd/games/snake/snake/
H A Dsnake.h33 char *tgetstr(), *tgoto();
/original-bsd/usr.bin/more/
H A Dscreen.c93 char *tgoto();
366 (void)strcpy(sp, tgoto(sc_move, 0, 0)); in get_term()
384 (void)strcpy(sp, tgoto(sc_move, 0, sc_height-1)); in get_term()
/original-bsd/games/larn/
H A Dio.c789 tputs (tgoto (CM, curx, cury), 0, putchar); in lflush()
799 tputs (tgoto (CM, 0, scrline), 0, putchar); in lflush()
803 tputs (tgoto (CM, 0, scrline), 0, putchar); in lflush()
808 tputs (tgoto (CM, 0, 19), 0, putchar); in lflush()
810 tputs (tgoto (CM, 0, 23), 0, putchar); in lflush()
/original-bsd/games/tetris/
H A Dscreen.c48 char *tgetstr(), *tgoto();
122 #define moveto(r, c) putpad(tgoto(CMstr, c, r))
/original-bsd/games/worms/
H A Dworms.c136 #define cursor(c, r) tputs(tgoto(CM, c, r), 1, fputchar)
155 char *tgoto __P((char *, int, int));
/original-bsd/lib/libcurses/
H A Dsetterm.c122 if ((p = tgoto(CM, 0, 0)) == NULL || *p == 'O') {
H A Dcr_put.c135 cgp = tgoto(CM, destcol, destline);

12