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

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbeep.c60 (void) TPUTS(bell, 1, __m_outc);
62 (void) TPUTS(flash_screen, 1, __m_outc);
77 (void) TPUTS(flash_screen, 1, __m_outc);
79 (void) TPUTS(bell, 1, __m_outc);
H A Dcurs_set.c66 (void) TPUTS(cursor_invisible, 1, __m_outc);
72 (void) TPUTS(cursor_normal, 1, __m_outc);
78 (void) TPUTS(cursor_visible, 1, __m_outc);
H A Dendwin.c65 (void) TPUTS(exit_ca_mode, 1, __m_outc);
68 (void) TPUTS(keypad_local, 1, __m_outc);
71 (void) TPUTS(orig_colors, 1, __m_outc);
H A Dvid_puts.c92 (void) TPUTS(tparm(set_attributes,
114 (void) TPUTS(tparm(set_a_attributes,
142 (void) TPUTS(orig_pair, 1, putout);
150 (void) TPUTS(tparm(set_color_pair, (long) pair,
155 (void) TPUTS(tparm(set_a_foreground, (long) fg,
159 (void) TPUTS(tparm(set_foreground, (long) fg,
165 (void) TPUTS(tparm(set_a_background, (long) bg,
169 (void) TPUTS(tparm(set_background, (long) bg,
189 (void) TPUTS(exit_attribute_mode, 1, putout);
194 (void) TPUTS(exit_underline_mod
[all...]
H A Dmeta.c69 (void) TPUTS(meta_on, 1, __m_outc);
72 (void) TPUTS(meta_off, 1, __m_outc);
H A Ddoupdate.c189 (void) TPUTS(clear_screen, 1, __m_outc);
193 (void) TPUTS(clr_eos, 1, __m_outc);
196 (void) TPUTS(clr_eol, 1, __m_outc);
305 (void) TPUTS(delete_character, 1, __m_outc);
307 (void) TPUTS(tparm(parm_dch, (long)region.size,
333 (void) TPUTS(clr_eol, 1, __m_outc);
640 (void) TPUTS(tparm(parm_delete_line, (long)count,
644 (void) TPUTS(delete_line, 1, __m_outc);
679 (void) TPUTS(tparm(parm_insert_line, (long)count,
690 (void) TPUTS(insert_lin
[all...]
H A Dcolor.c59 (void) TPUTS(orig_colors, 1, __m_outc);
62 (void) TPUTS(orig_pair, 1, __m_outc);
H A Dkeypad.c170 (void) TPUTS(keypad_xmit, 1, __m_outc);
174 (void) TPUTS(keypad_local, 1, __m_outc);
H A Dslk.c263 (void) TPUTS(label_on, 1, __m_outc);
267 (void) TPUTS(label_off, 1, __m_outc);
296 (void) TPUTS(tparm(plab_norm, (long) index+1,
H A Dwgetch.c184 (void) TPUTS(req_for_input, 1, __m_outc);
208 (void) TPUTS(req_for_input, 1, __m_outc);
H A Dprivate.h152 #define TPUTS(a, b, c) tputs(a, b, c) macro
H A Dmvcur.c342 (void) TPUTS(cur_term->_move[op]._seq, 1,
345 (void) TPUTS(tparm(cur_term->_move[op]._seq, p1, p2,

Completed in 30 milliseconds