Searched refs:tputs (Results 1 - 25 of 33) sorted by relevance

12

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbeep.c58 (void) tputs(bell, 1, __m_outc);
60 (void) tputs(flash_screen, 1, __m_outc);
79 (void) tputs(flash_screen, 1, __m_outc);
81 (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.c63 (void) tputs(exit_ca_mode, 1, __m_outc);
66 (void) tputs(keypad_local, 1, __m_outc);
69 (void) tputs(orig_colors, 1, __m_outc);
H A Dvid_puts.c78 (void) tputs(
103 (void) tputs(
139 (void) tputs(orig_pair, 1, putout);
146 (void) tputs(
155 (void) tputs(
162 (void) tputs(
172 (void) tputs(
179 (void) tputs(
203 (void) tputs(exit_attribute_mode, 1, putout);
208 (void) tputs(exit_underline_mod
[all...]
H A Dmeta.c66 (void) tputs(meta_on, 1, __m_outc);
69 (void) tputs(meta_off, 1, __m_outc);
H A Dcolor.c60 (void) tputs(orig_colors, 1, __m_outc);
63 (void) tputs(orig_pair, 1, __m_outc);
109 code = tputs(
143 code = tputs(
H A Dtputs.c30 * tputs.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/tputs.c 1.4 1995/07/19 12:44:45 ant Exp $";
65 code = tputs(s, 1, __m_putchar);
75 tputs(string, affcnt, putout) function
84 __m_trace("tputs(%p = \"%s\", %d, %p)", string, string, affcnt, putout);
118 return __m_return_int("tputs", len);
H A Ddoupdate.c188 (void) tputs(clear_screen, 1, __m_outc);
192 (void) tputs(clr_eos, 1, __m_outc);
195 (void) tputs(clr_eol, 1, __m_outc);
430 (void) tputs(clr_eol, 1, __m_outc);
481 (void) tputs(
489 (void) tputs(delete_line, 1, __m_outc);
522 (void) tputs(
536 (void) tputs(insert_line, 1, __m_outc);
556 (void) tputs(scroll_forward, 1, __m_outc);
559 (void) tputs(
[all...]
H A Dslk.c199 (void) tputs(label_off, 1, __m_outc);
228 (void) tputs(label_on, 1, __m_outc);
361 (void) tputs(
373 (void) tputs(
H A Dwgetch.c145 (void) tputs(req_for_input, 1, __m_outc);
/osnet-11/usr/src/lib/libcurses/screen/
H A Dmeta.c73 (void) tputs(meta_on, 1, _outch);
75 (void) tputs(meta_off, 1, _outch);
H A Dendwin.c77 (void) tputs(keypad_xmit, 1, _outch);
79 (void) tputs(meta_on, 1, _outch);
85 (void) tputs(ena_acs, 1, _outch);
115 (void) tputs(meta_off, 1, _outch);
119 (void) tputs(keypad_local, 1, _outch);
121 (void) tputs(cursor_normal, 0, _outch);
141 (void) tputs(exit_ca_mode, 0, _outch);
145 (void) tputs(orig_colors, 1, _outch);
147 (void) tputs(tparm_p0(orig_pair), 1, _outch);
152 (void) tputs(tparm_p
[all...]
H A Dputp.c56 * Routine to act like putchar for passing to tputs.
57 * _outchar should really be a void since it's used by tputs
58 * and tputs doesn't look at return code. However, tputs also has the function
73 return (tputs(str, 1, _outchar));
H A Dcurs_set.c59 (void) tputs(cursor_seq[cur_term->_cursorstate =
H A Dkeypad.c59 (void) tputs(keypad_xmit, 1, _outch);
H A Dmouse.c52 (void) tputs(tparm_p1(get_mouse, mbe), 1, _outch);
64 (void) tputs(tparm_p1(get_mouse, (long) SP->_trap_mbe),
77 (void) tputs(tparm_p1(get_mouse, (long) SP->_trap_mbe),
92 (void) tputs(req_mouse_pos, 1, _outch);
H A Dvidupdate.c222 (void) tputs(tparm(set_attributes,
262 (void) tputs(tparm_p0(exit_attribute_mode), 1, outc);
268 (void) tputs(tparm_p0
285 (void) tputs(tparm_p0(cur_term->turn_on_seq[i]),
302 (void) tputs(cursor_left, 1, outc);
323 (void) tputs(tparm_p0(orig_pair), 1, outc);
340 (void) tputs(tparm_p1(set_color_pair, newcolor), 1, outc);
347 (void) tputs(tparm_p1(set_a_background,
350 (void) tputs(tparm_p1(set_background,
357 (void) tputs(tparm_p
[all...]
H A Dstart_col.c156 (void) tputs(orig_colors, 1, _outch);
160 (void) tputs(tparm_p0(orig_pair), 1, _outch);
165 (void) tputs(tparm_p1(set_background, 0), 1, _outch);
H A Dinit_color.c95 (void) tputs(tparm_p4(initialize_color, color, h, l, s),
98 (void) tputs(tparm_p4(initialize_color, color, r, g, b),
H A Dinit_costs.c140 * feed it through tputs and trap the results.
152 (void) tputs(str, affcnt, _countchar);
H A Dtputs.c145 tputs(char *cp, int affcnt, int (*outc)(char)) function
H A Dwgetch.c89 (void) tputs(req_for_input, 1, _outch);
H A Dinit_pair.c138 (void) tputs(tparm_p7(initialize_pair, (long) pair,
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtputs.c32 * tputs.c
44 "libxcurses/src/libc/xcurses/rcs/tputs.c 1.4 1998/06/03 12:57:02 "
67 code = tputs(s, 1, __m_putchar);
73 tputs(const char *string, int affcnt, int (*putout)(int)) function
H A Dcolor.c114 code = tputs(tparm(initialize_color, (long) color,
140 code = tputs(tparm(initialize_pair,

Completed in 35 milliseconds

12