Home
last modified time | relevance | path

Searched refs:TPUTS (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c92 (void) TPUTS(tparm(set_attributes, in vid_puts()
114 (void) TPUTS(tparm(set_a_attributes, in vid_puts()
142 (void) TPUTS(orig_pair, 1, putout); in vid_puts()
150 (void) TPUTS(tparm(set_color_pair, (long) pair, in vid_puts()
155 (void) TPUTS(tparm(set_a_foreground, (long) fg, in vid_puts()
159 (void) TPUTS(tparm(set_foreground, (long) fg, in vid_puts()
165 (void) TPUTS(tparm(set_a_background, (long) bg, in vid_puts()
169 (void) TPUTS(tparm(set_background, (long) bg, in vid_puts()
189 (void) TPUTS(exit_attribute_mode, 1, putout); in turn_off()
194 (void) TPUTS(exit_underline_mode, 1, putout); in turn_off()
[all …]
H A Dbeep.c60 (void) TPUTS(bell, 1, __m_outc); in beep()
62 (void) TPUTS(flash_screen, 1, __m_outc); in beep()
77 (void) TPUTS(flash_screen, 1, __m_outc); in flash()
79 (void) TPUTS(bell, 1, __m_outc); in flash()
H A Ddoupdate.c189 (void) TPUTS(clear_screen, 1, __m_outc); in clear_bottom()
193 (void) TPUTS(clr_eos, 1, __m_outc); in clear_bottom()
196 (void) TPUTS(clr_eol, 1, __m_outc); in clear_bottom()
305 (void) TPUTS(delete_character, 1, __m_outc); in _deleteRegion()
307 (void) TPUTS(tparm(parm_dch, (long)region.size, in _deleteRegion()
333 (void) TPUTS(clr_eol, 1, __m_outc); in _clearToEOL()
640 (void) TPUTS(tparm(parm_delete_line, (long)count, in lines_delete()
644 (void) TPUTS(delete_line, 1, __m_outc); in lines_delete()
679 (void) TPUTS(tparm(parm_insert_line, (long)count, in lines_insert()
690 (void) TPUTS(insert_line, 1, __m_outc); in lines_insert()
[all …]
H A Dcurs_set.c66 (void) TPUTS(cursor_invisible, 1, __m_outc); in curs_set()
72 (void) TPUTS(cursor_normal, 1, __m_outc); in curs_set()
78 (void) TPUTS(cursor_visible, 1, __m_outc); in curs_set()
H A Dendwin.c65 (void) TPUTS(exit_ca_mode, 1, __m_outc); in endwin()
68 (void) TPUTS(keypad_local, 1, __m_outc); in endwin()
71 (void) TPUTS(orig_colors, 1, __m_outc); in endwin()
H A Dmeta.c69 (void) TPUTS(meta_on, 1, __m_outc); in meta()
72 (void) TPUTS(meta_off, 1, __m_outc); in meta()
H A Dkeypad.c170 (void) TPUTS(keypad_xmit, 1, __m_outc); in keypad()
174 (void) TPUTS(keypad_local, 1, __m_outc); in keypad()
H A Dcolor.c59 (void) TPUTS(orig_colors, 1, __m_outc); in start_color()
62 (void) TPUTS(orig_pair, 1, __m_outc); in start_color()
H A Dslk.c263 (void) TPUTS(label_on, 1, __m_outc); in slk_noutrefresh()
267 (void) TPUTS(label_off, 1, __m_outc); in slk_noutrefresh()
296 (void) TPUTS(tparm(plab_norm, (long) index+1, in __m_slk_doupdate()
H A Dwgetch.c189 (void) TPUTS(req_for_input, 1, __m_outc); in __m_read_input_char()
213 (void) TPUTS(req_for_input, 1, __m_outc); in __m_typeahead_read_input_char()
H A Dmvcur.c346 (void) TPUTS(cur_term->_move[op]._seq, 1, in out_seq()
349 (void) TPUTS(tparm(cur_term->_move[op]._seq, p1, p2, in out_seq()
H A Dprivate.h152 #define TPUTS(a, b, c) tputs(a, b, c) macro