Home
last modified time | relevance | path

Searched refs:tputs (Results 1 – 25 of 57) sorted by relevance

123

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c76 (void) tputs( in vid_puts()
101 (void) tputs( in vid_puts()
137 (void) tputs(orig_pair, 1, putout); in vid_puts()
144 (void) tputs( in vid_puts()
153 (void) tputs( in vid_puts()
160 (void) tputs( in vid_puts()
170 (void) tputs( in vid_puts()
177 (void) tputs( in vid_puts()
201 (void) tputs(exit_attribute_mode, 1, putout); in turn_off()
206 (void) tputs(exit_underline_mode, 1, putout); in turn_off()
[all …]
H A Dbeep.c56 (void) tputs(bell, 1, __m_outc); in beep()
58 (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.c187 (void) tputs(clear_screen, 1, __m_outc);
191 (void) tputs(clr_eos, 1, __m_outc);
194 (void) tputs(clr_eol, 1, __m_outc);
429 (void) tputs(clr_eol, 1, __m_outc);
480 (void) tputs(
488 (void) tputs(delete_line, 1, __m_outc);
521 (void) tputs(
535 (void) tputs(insert_line, 1, __m_outc);
555 (void) tputs(scroll_forward, 1, __m_outc);
558 (void) tputs(
[all …]
H A Dcurs_set.c64 (void) tputs(cursor_invisible, 1, __m_outc);
70 (void) tputs(cursor_normal, 1, __m_outc);
76 (void) tputs(cursor_visible, 1, __m_outc);
H A Dendwin.c61 (void) tputs(exit_ca_mode, 1, __m_outc); in endwin()
64 (void) tputs(keypad_local, 1, __m_outc); in endwin()
67 (void) tputs(orig_colors, 1, __m_outc); in endwin()
H A Dcolor.c58 (void) tputs(orig_colors, 1, __m_outc); in start_color()
61 (void) tputs(orig_pair, 1, __m_outc); in start_color()
107 code = tputs( in init_color()
141 code = tputs( in init_pair()
H A Dmeta.c64 (void) tputs(meta_on, 1, __m_outc); in meta()
67 (void) tputs(meta_off, 1, __m_outc); in meta()
H A Dtputs.c63 code = tputs(s, 1, __m_putchar);
73 tputs(string, affcnt, putout) in tputs() function
H A Dslk.c191 (void) tputs(label_off, 1, __m_outc); in slk_clear()
220 (void) tputs(label_on, 1, __m_outc); in slk_restore()
353 (void) tputs( in slk_wset()
365 (void) tputs( in slk_wset()
H A Dmvcur.c348 (void) tputs(
352 (void) tputs(
458 cur_term->_move[index]._cost = tputs(
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dendwin.c75 (void) tputs(keypad_xmit, 1, _outch); in endwin()
77 (void) tputs(meta_on, 1, _outch); in endwin()
83 (void) tputs(ena_acs, 1, _outch); in endwin()
113 (void) tputs(meta_off, 1, _outch); in endwin()
117 (void) tputs(keypad_local, 1, _outch); in endwin()
119 (void) tputs(cursor_normal, 0, _outch); in endwin()
139 (void) tputs(exit_ca_mode, 0, _outch); in endwin()
143 (void) tputs(orig_colors, 1, _outch); in endwin()
145 (void) tputs(tparm_p0(orig_pair), 1, _outch); in endwin()
150 (void) tputs(tparm_p1(get_mouse, 0), 1, _outch); in endwin()
H A Dvidupdate.c220 (void) tputs(tparm(set_attributes, in _change_video()
260 (void) tputs(tparm_p0(exit_attribute_mode), 1, outc); in _change_video()
266 (void) tputs(tparm_p0 in _change_video()
283 (void) tputs(tparm_p0(cur_term->turn_on_seq[i]), in _change_video()
300 (void) tputs(cursor_left, 1, outc); in _change_video()
321 (void) tputs(tparm_p0(orig_pair), 1, outc); in _change_color()
338 (void) tputs(tparm_p1(set_color_pair, newcolor), 1, outc); in _change_color()
345 (void) tputs(tparm_p1(set_a_background, in _change_color()
348 (void) tputs(tparm_p1(set_background, in _change_color()
355 (void) tputs(tparm_p1(set_a_foreground, in _change_color()
[all …]
H A Dmouse.c50 (void) tputs(tparm_p1(get_mouse, mbe), 1, _outch); in mouse_set()
62 (void) tputs(tparm_p1(get_mouse, (long) SP->_trap_mbe), in mouse_on()
75 (void) tputs(tparm_p1(get_mouse, (long) SP->_trap_mbe), in mouse_off()
90 (void) tputs(req_mouse_pos, 1, _outch); in request_mouse_pos()
H A Dstart_col.c154 (void) tputs(orig_colors, 1, _outch); in start_color()
158 (void) tputs(tparm_p0(orig_pair), 1, _outch); in start_color()
163 (void) tputs(tparm_p1(set_background, 0), 1, _outch); in start_color()
H A Dmeta.c71 (void) tputs(meta_on, 1, _outch); in _meta()
73 (void) tputs(meta_off, 1, _outch); in _meta()
H A Dinit_color.c93 (void) tputs(tparm_p4(initialize_color, color, h, l, s), in init_color()
96 (void) tputs(tparm_p4(initialize_color, color, r, g, b), in init_color()
H A Dputp.c71 return (tputs(str, 1, _outchar)); in putp()
H A Dkeypad.c57 (void) tputs(keypad_xmit, 1, _outch); in keypad()
H A Dcurs_set.c57 (void) tputs(cursor_seq[cur_term->_cursorstate = in curs_set()
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_put.c141 (void) tputs(cgp, 0, _putchar); in fgoto()
223 (void) tputs(HO, 0, plodput); in plod()
232 (void) tputs(LL, 0, plodput); in plod()
282 (void) tputs(CR, 0, plodput); in plod()
287 (void) tputs(NL, 0, plodput); in plod()
298 (void) tputs(NL, 0, plodput); in plod()
321 (void) tputs(BC, 0, plodput); in plod()
327 (void) tputs(UP, 0, plodput); in plod()
337 (void) tputs(TA, 0, plodput); in plod()
344 (void) tputs(TA, 0, plodput); in plod()
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c250 tputs(cursor_left, 0, putch); in slobber()
458 tputs(carriage_return, 0, putch); in fgoto()
459 tputs(cursor_down, 0, putch); in fgoto()
495 tputs(scroll_forward, 0, putch); in fgoto()
509 tputs(tparm(cursor_address, destline, destcol), 0, putch); in fgoto()
609 tputs(cursor_home, 0, plodput); in plod()
618 tputs(cursor_to_ll, 0, plodput); in plod()
667 tputs(carriage_return, 0, plodput); in plod()
670 tputs(newline, 0, plodput); in plod()
681 tputs(tparm(parm_down_cursor, j), j, plodput); in plod()
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtputs.c65 code = tputs(s, 1, __m_putchar); in putp()
71 tputs(const char *string, int affcnt, int (*putout)(int)) in tputs() function
H A Dcolor.c112 code = tputs(tparm(initialize_color, (long) color, in init_color()
138 code = tputs(tparm(initialize_pair, in init_pair()
/illumos-gate/usr/src/lib/libtermcap/common/
H A Dtermcap.h47 extern int tputs(char *, int, int (*)(char));
H A Dxtermcap.h49 extern int tputs(const char *, int, int (*)(int));

123