/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | vid_puts.c | 90 (void) TPUTS(tparm(set_attributes, in vid_puts() 112 (void) TPUTS(tparm(set_a_attributes, in vid_puts() 140 (void) TPUTS(orig_pair, 1, putout); in vid_puts() 148 (void) TPUTS(tparm(set_color_pair, (long) pair, in vid_puts() 153 (void) TPUTS(tparm(set_a_foreground, (long) fg, in vid_puts() 157 (void) TPUTS(tparm(set_foreground, (long) fg, in vid_puts() 163 (void) TPUTS(tparm(set_a_background, (long) bg, in vid_puts() 167 (void) TPUTS(tparm(set_background, (long) bg, in vid_puts() 187 (void) TPUTS(exit_attribute_mode, 1, putout); in turn_off() 192 (void) TPUTS(exit_underline_mode, 1, putout); in turn_off() [all …]
|
H A D | beep.c | 58 (void) TPUTS(bell, 1, __m_outc); in beep() 60 (void) TPUTS(flash_screen, 1, __m_outc); in beep() 75 (void) TPUTS(flash_screen, 1, __m_outc); in flash() 77 (void) TPUTS(bell, 1, __m_outc); in flash()
|
H A D | doupdate.c | 187 (void) TPUTS(clear_screen, 1, __m_outc); in clear_bottom() 191 (void) TPUTS(clr_eos, 1, __m_outc); in clear_bottom() 194 (void) TPUTS(clr_eol, 1, __m_outc); in clear_bottom() 303 (void) TPUTS(delete_character, 1, __m_outc); in _deleteRegion() 305 (void) TPUTS(tparm(parm_dch, (long)region.size, in _deleteRegion() 331 (void) TPUTS(clr_eol, 1, __m_outc); in _clearToEOL() 638 (void) TPUTS(tparm(parm_delete_line, (long)count, in lines_delete() 642 (void) TPUTS(delete_line, 1, __m_outc); in lines_delete() 677 (void) TPUTS(tparm(parm_insert_line, (long)count, in lines_insert() 688 (void) TPUTS(insert_line, 1, __m_outc); in lines_insert() [all …]
|
H A D | curs_set.c | 64 (void) TPUTS(cursor_invisible, 1, __m_outc); in curs_set() 70 (void) TPUTS(cursor_normal, 1, __m_outc); in curs_set() 76 (void) TPUTS(cursor_visible, 1, __m_outc); in curs_set()
|
H A D | endwin.c | 63 (void) TPUTS(exit_ca_mode, 1, __m_outc); in endwin() 66 (void) TPUTS(keypad_local, 1, __m_outc); in endwin() 69 (void) TPUTS(orig_colors, 1, __m_outc); in endwin()
|
H A D | meta.c | 67 (void) TPUTS(meta_on, 1, __m_outc); in meta() 70 (void) TPUTS(meta_off, 1, __m_outc); in meta()
|
H A D | keypad.c | 168 (void) TPUTS(keypad_xmit, 1, __m_outc); in keypad() 172 (void) TPUTS(keypad_local, 1, __m_outc); in keypad()
|
H A D | color.c | 57 (void) TPUTS(orig_colors, 1, __m_outc); in start_color() 60 (void) TPUTS(orig_pair, 1, __m_outc); in start_color()
|
H A D | slk.c | 261 (void) TPUTS(label_on, 1, __m_outc); in slk_noutrefresh() 265 (void) TPUTS(label_off, 1, __m_outc); in slk_noutrefresh() 294 (void) TPUTS(tparm(plab_norm, (long) index+1, in __m_slk_doupdate()
|
H A D | wgetch.c | 187 (void) TPUTS(req_for_input, 1, __m_outc); in __m_read_input_char() 211 (void) TPUTS(req_for_input, 1, __m_outc); in __m_typeahead_read_input_char()
|
H A D | mvcur.c | 344 (void) TPUTS(cur_term->_move[op]._seq, 1, in out_seq() 347 (void) TPUTS(tparm(cur_term->_move[op]._seq, p1, p2, in out_seq()
|
H A D | private.h | 150 #define TPUTS(a, b, c) tputs(a, b, c) macro
|