Symbol: __cputchar
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
419
color, red, green, blue), 0, __cputchar);
lib/libcurses/color.c
560
0, __cputchar);
lib/libcurses/color.c
564
0, __cputchar);
lib/libcurses/color.c
579
0, __cputchar);
lib/libcurses/color.c
583
0, __cputchar);
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
112
0, __cputchar);
lib/libcurses/cr_put.c
114
__cputchar('\r');
lib/libcurses/cr_put.c
117
tputs(cursor_down, 0, __cputchar);
lib/libcurses/cr_put.c
119
__cputchar('\n');
lib/libcurses/cr_put.c
157
tputs(cursor_down, 0, __cputchar);
lib/libcurses/cr_put.c
159
__cputchar('\n');
lib/libcurses/cr_put.c
180
tputs(cgp, 0, __cputchar);
lib/libcurses/cr_put.c
216
__cputchar(c);
lib/libcurses/cr_put.c
455
__cputchar(i);
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
1057
int __cputchar(int);
lib/libcurses/curses.h
89
#define _puts(s) tputs(s, 0, __cputchar)
lib/libcurses/curses.h
90
#define _putchar(c) __cputchar(c)
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
1029
__cputchar('\b');
lib/libcurses/refresh.c
1030
tputs(underline_char, 0, __cputchar);
lib/libcurses/refresh.c
1069
__cputchar((int)nsp->ch);
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
1927
0, __cputchar);
lib/libcurses/refresh.c
1929
tputs(cursor_home, 0, __cputchar);
lib/libcurses/refresh.c
1933
0, __cputchar);
lib/libcurses/refresh.c
1936
tputs(scroll_forward, 0, __cputchar);
lib/libcurses/refresh.c
1938
0, (int)__virtscr->maxy - 1), 0, __cputchar);
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
1953
0, __cputchar);
lib/libcurses/refresh.c
1959
__cputchar);
lib/libcurses/refresh.c
1965
__cputchar);
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
1996
0, __cputchar);
lib/libcurses/refresh.c
1998
tputs(cursor_home, 0, __cputchar);
lib/libcurses/refresh.c
2003
0, __cputchar);
lib/libcurses/refresh.c
2006
tputs(scroll_reverse, 0, __cputchar);
lib/libcurses/refresh.c
2008
0, (int) __virtscr->maxy - 1), 0, __cputchar);
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
2022
0, __cputchar);
lib/libcurses/refresh.c
2027
0, __cputchar);
lib/libcurses/refresh.c
2033
__cputchar);
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
606
__cputchar('\n');
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/scroll.c
118
__cputchar('\n');
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);