Symbol: tputs
distrib/utils/more/screen.c
462
tputs(sc_init, sc_height, putchr);
distrib/utils/more/screen.c
471
tputs(sc_deinit, sc_height, putchr);
distrib/utils/more/screen.c
480
tputs(sc_home, 1, putchr);
distrib/utils/more/screen.c
490
tputs(sc_addline, sc_height, putchr);
distrib/utils/more/screen.c
502
tputs(sc_lower_left, 1, putchr);
distrib/utils/more/screen.c
520
tputs(sc_clear, sc_height, putchr);
distrib/utils/more/screen.c
530
tputs(sc_eol_clear, 1, putchr);
distrib/utils/more/screen.c
539
tputs(sc_s_in, 1, putchr);
distrib/utils/more/screen.c
548
tputs(sc_s_out, 1, putchr);
distrib/utils/more/screen.c
558
tputs(sc_u_in, 1, putchr);
distrib/utils/more/screen.c
567
tputs(sc_u_out, 1, putchr);
distrib/utils/more/screen.c
576
tputs(sc_b_in, 1, putchr);
distrib/utils/more/screen.c
585
tputs(sc_b_out, 1, putchr);
distrib/utils/more/screen.c
598
tputs(sc_backspace, 1, putchr);
distrib/utils/more/screen.c
600
tputs(sc_backspace, 1, putchr);
distrib/utils/more/screen.c
609
tputs(sc_backspace, 1, putchr);
games/backgammon/common_source/fancy.c
511
tputs(m, abs(curr - r), addbuf);
games/backgammon/common_source/fancy.c
516
tputs(HO, r, addbuf);
games/backgammon/common_source/fancy.c
520
tputs(ND, 1, addbuf);
games/backgammon/common_source/fancy.c
529
tputs(ND, 1, addbuf);
games/backgammon/common_source/fancy.c
537
tputs(ND, 1, addbuf);
games/backgammon/common_source/fancy.c
552
tputs(UP, 1, addbuf);
games/backgammon/common_source/fancy.c
554
tputs(ND, 1, addbuf);
games/backgammon/common_source/fancy.c
560
tputs(UP, 1, addbuf);
games/backgammon/common_source/fancy.c
562
tputs(ND, 1, addbuf);
games/backgammon/common_source/fancy.c
568
tputs(UP, 1, addbuf);
games/backgammon/common_source/fancy.c
571
tputs(BC, 1, addbuf);
games/backgammon/common_source/fancy.c
605
tputs(CL, CO, addbuf); /* put CL in buffer */
games/backgammon/common_source/fancy.c
664
tputs(CD, CO - curr, addbuf);
games/backgammon/common_source/fancy.c
688
tputs(CE, 1, addbuf);
games/hack/hack.terminfo.c
121
tputs(s, 1, xputc);
games/larn/io.c
798
tputs(clear_screen, 0, ttputch);
games/larn/io.c
803
tputs(clr_eol, 0, ttputch);
games/larn/io.c
807
tputs(clr_eos, 0, ttputch);
games/larn/io.c
811
tputs(enter_standout_mode, 0, ttputch);
games/larn/io.c
815
tputs(exit_standout_mode, 0, ttputch);
games/larn/io.c
821
tputs(tiparm(cursor_address,
games/larn/io.c
835
tputs(tiparm(
games/larn/io.c
839
tputs(clr_eol, 0,
games/larn/io.c
844
tputs(tiparm(
games/larn/io.c
848
tputs(clr_eol, 0,
games/larn/io.c
851
tputs(tiparm(
games/larn/io.c
855
tputs(delete_line, 0,
games/larn/io.c
857
tputs(tiparm(
games/tetris/screen.h
46
#define putpad(s) tputs(s, 1, put)
games/warp/term.c
450
tputs(tgoto(CM,x,y),0,cmstore);
games/warp/term.c
465
tputs(s,l,cmstore);
games/warp/term.c
473
tputs(s,l,cmstore);
lib/libcurses/PSD.doc/twinkle2.c
107
tputs(CL, NLINES, putchar);
lib/libcurses/bell.c
49
tputs(bell, 0, __cputchar);
lib/libcurses/bell.c
52
tputs(flash_screen, 0, __cputchar);
lib/libcurses/bell.c
66
tputs(flash_screen, 0, __cputchar);
lib/libcurses/bell.c
69
tputs(bell, 0, __cputchar);
lib/libcurses/color.c
130
tputs(orig_colors, 0, __cputchar);
lib/libcurses/color.c
132
tputs(orig_pair, 0, __cputchar);
lib/libcurses/color.c
418
tputs(tiparm(t_initialize_color(_cursesi_screen->term),
lib/libcurses/color.c
558
tputs(tiparm(t_set_a_foreground(_cursesi_screen->term),
lib/libcurses/color.c
562
tputs(tiparm(t_set_a_background(_cursesi_screen->term),
lib/libcurses/color.c
577
tputs(tiparm(t_set_foreground(_cursesi_screen->term),
lib/libcurses/color.c
581
tputs(tiparm(t_set_background(_cursesi_screen->term),
lib/libcurses/color.c
604
tputs(orig_pair, 0, __cputchar);
lib/libcurses/color.c
616
tputs(orig_pair, 0, __cputchar);
lib/libcurses/cr_put.c
111
tputs(carriage_return,
lib/libcurses/cr_put.c
117
tputs(cursor_down, 0, __cputchar);
lib/libcurses/cr_put.c
157
tputs(cursor_down, 0, __cputchar);
lib/libcurses/cr_put.c
180
tputs(cgp, 0, __cputchar);
lib/libcurses/cr_put.c
278
tputs(cursor_home, 0, plodput);
lib/libcurses/cr_put.c
288
tputs(cursor_to_ll, 0, plodput);
lib/libcurses/cr_put.c
337
tputs(carriage_return, 0, plodput);
lib/libcurses/cr_put.c
342
tputs(cursor_down, 0, plodput);
lib/libcurses/cr_put.c
353
tputs(cursor_down, 0, plodput);
lib/libcurses/cr_put.c
377
tputs(back_tab, 0, plodput);
lib/libcurses/cr_put.c
385
tputs(cursor_left, 0, plodput);
lib/libcurses/cr_put.c
391
tputs(cursor_up, 0, plodput);
lib/libcurses/cr_put.c
401
tputs(tab, 0, plodput);
lib/libcurses/cr_put.c
408
tputs(tab, 0, plodput);
lib/libcurses/cr_put.c
415
tputs(cursor_left, 0, plodput);
lib/libcurses/cr_put.c
483
tputs(cursor_right, 0, plodput);
lib/libcurses/curs_set.c
59
tputs(cursor_invisible, 0, __cputchar);
lib/libcurses/curs_set.c
69
tputs(cursor_normal, 0, __cputchar);
lib/libcurses/curs_set.c
79
tputs(cursor_visible, 0, __cputchar);
lib/libcurses/curses.h
89
#define _puts(s) tputs(s, 0, __cputchar)
lib/libcurses/keypad.c
53
tputs(keypad_xmit, 0, __cputchar);
lib/libcurses/meta.c
53
tputs(meta_on, 0, __cputchar);
lib/libcurses/meta.c
60
tputs(meta_off, 0, __cputchar);
lib/libcurses/pause.c
75
tputs(delstr, 0, __cputchar);
lib/libcurses/refresh.c
1003
tputs(enter_horizontal_hl_mode, 0, __cputchar);
lib/libcurses/refresh.c
1008
tputs(enter_vertical_hl_mode, 0, __cputchar);
lib/libcurses/refresh.c
1017
tputs(enter_alt_charset_mode, 0, __cputchar);
lib/libcurses/refresh.c
1030
tputs(underline_char, 0, __cputchar);
lib/libcurses/refresh.c
1102
tputs(exit_am_mode, 0, __cputchar);
lib/libcurses/refresh.c
1104
tputs(enter_am_mode, 0, __cputchar);
lib/libcurses/refresh.c
1137
tputs(insert_character, 0, __cputchar);
lib/libcurses/refresh.c
1139
tputs(tiparm(parm_ich, (long)pcw), 0, __cputchar);
lib/libcurses/refresh.c
1141
tputs(enter_insert_mode, 0, __cputchar);
lib/libcurses/refresh.c
1152
tputs(exit_insert_mode, 0, __cputchar);
lib/libcurses/refresh.c
1402
tputs(ce, 0, __cputchar);
lib/libcurses/refresh.c
1926
tputs(tiparm(change_scroll_region, top, bot),
lib/libcurses/refresh.c
1929
tputs(cursor_home, 0, __cputchar);
lib/libcurses/refresh.c
1932
tputs(tiparm(parm_index, n),
lib/libcurses/refresh.c
1936
tputs(scroll_forward, 0, __cputchar);
lib/libcurses/refresh.c
1937
tputs(tiparm(change_scroll_region,
lib/libcurses/refresh.c
1940
tputs(cursor_home, 0, __cputchar);
lib/libcurses/refresh.c
1948
tputs(tiparm(parm_index, n), 0, __cputchar);
lib/libcurses/refresh.c
1952
tputs(tiparm(parm_delete_line, n),
lib/libcurses/refresh.c
1958
tputs(delete_line, 0,
lib/libcurses/refresh.c
1964
tputs(scroll_forward, 0,
lib/libcurses/refresh.c
1972
tputs(tiparm(parm_insert_line, n), 0, __cputchar);
lib/libcurses/refresh.c
1976
tputs(insert_line, 0, __cputchar);
lib/libcurses/refresh.c
1995
tputs(tiparm(change_scroll_region, top, bot),
lib/libcurses/refresh.c
1998
tputs(cursor_home, 0, __cputchar);
lib/libcurses/refresh.c
2002
tputs(tiparm(parm_rindex, -n),
lib/libcurses/refresh.c
2006
tputs(scroll_reverse, 0, __cputchar);
lib/libcurses/refresh.c
2007
tputs(tiparm(change_scroll_region,
lib/libcurses/refresh.c
2010
tputs(cursor_home, 0, __cputchar);
lib/libcurses/refresh.c
2018
tputs(tiparm(parm_rindex, -n), 0, __cputchar);
lib/libcurses/refresh.c
2021
tputs(tiparm(parm_delete_line, -n),
lib/libcurses/refresh.c
2026
tputs(delete_line,
lib/libcurses/refresh.c
2032
tputs(scroll_reverse, 0,
lib/libcurses/refresh.c
2042
tputs(tiparm(parm_insert_line, -n), 0, __cputchar);
lib/libcurses/refresh.c
2046
tputs(insert_line, 0, __cputchar);
lib/libcurses/refresh.c
2080
tputs(exit_standout_mode, 0, __cputchar);
lib/libcurses/refresh.c
2089
tputs(exit_underline_mode, 0, __cputchar);
lib/libcurses/refresh.c
2097
tputs(exit_attribute_mode, 0, __cputchar);
lib/libcurses/refresh.c
2102
tputs(exit_alt_charset_mode, 0, __cputchar);
lib/libcurses/refresh.c
590
tputs(clear_screen, 0, __cputchar);
lib/libcurses/refresh.c
876
tputs(exit_attribute_mode, 0, __cputchar);
lib/libcurses/refresh.c
887
tputs(exit_underline_mode, 0, __cputchar);
lib/libcurses/refresh.c
900
tputs(exit_standout_mode, 0, __cputchar);
lib/libcurses/refresh.c
906
tputs(exit_alt_charset_mode, 0, __cputchar);
lib/libcurses/refresh.c
929
tputs(enter_standout_mode, 0, __cputchar);
lib/libcurses/refresh.c
942
tputs(enter_underline_mode, 0, __cputchar);
lib/libcurses/refresh.c
952
tputs(enter_blink_mode, 0, __cputchar);
lib/libcurses/refresh.c
957
tputs(enter_bold_mode, 0, __cputchar);
lib/libcurses/refresh.c
962
tputs(enter_dim_mode, 0, __cputchar);
lib/libcurses/refresh.c
967
tputs(enter_secure_mode, 0, __cputchar);
lib/libcurses/refresh.c
972
tputs(enter_protected_mode, 0, __cputchar);
lib/libcurses/refresh.c
977
tputs(enter_reverse_mode, 0, __cputchar);
lib/libcurses/refresh.c
983
tputs(enter_top_hl_mode, 0, __cputchar);
lib/libcurses/refresh.c
988
tputs(enter_low_hl_mode, 0, __cputchar);
lib/libcurses/refresh.c
993
tputs(enter_left_hl_mode, 0, __cputchar);
lib/libcurses/refresh.c
998
tputs(enter_right_hl_mode, 0, __cputchar);
lib/libcurses/tstp.c
235
(void)tputs(meta_on, 0, __cputchar);
lib/libcurses/tstp.c
238
(void)tputs(keypad_local, 0, __cputchar);
lib/libcurses/tstp.c
239
(void)tputs(cursor_normal, 0, __cputchar);
lib/libcurses/tstp.c
240
(void)tputs(exit_ca_mode, 0, __cputchar);
lib/libedit/terminal.c
1213
(void)tputs(cap, affcnt, terminal_putc);
lib/libedit/terminal.c
75
extern int tputs(const char *, int, int (*)(int));
lib/libterminfo/termcap.h
40
int tputs(const char *, int, int (*)(int));
lib/libterminfo/tputs.c
177
return tputs(str, 1, putchar);
libexec/getty/main.c
180
#define putpad(s) tputs(s, 1, putchr)
sys/arch/atari/stand/edahdi/edahdi.c
163
tputs(clear_screen, 1, putchar);
usr.bin/qsubst/qsubst.c
224
tputs(beginul, 1, putcharf);
usr.bin/qsubst/qsubst.c
226
tputs(endul, 1, putcharf);
usr.bin/tset/set.c
220
tputs(reset_1string, 0, outc);
usr.bin/tset/set.c
224
tputs(reset_2string, 0, outc);
usr.bin/tset/set.c
255
tputs(clear_all_tabs, 0, outc);
usr.bin/tset/set.c
264
tputs(out, 1, outc);
usr.bin/tset/set.c
268
tputs(set_tab, 0, outc);
usr.bin/ul/ul.c
95
#define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)