/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | vid_puts.c | 76 (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 D | beep.c | 56 (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 D | doupdate.c | 187 (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 D | curs_set.c | 64 (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 D | endwin.c | 61 (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 D | color.c | 58 (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 D | meta.c | 64 (void) tputs(meta_on, 1, __m_outc); in meta() 67 (void) tputs(meta_off, 1, __m_outc); in meta()
|
H A D | tputs.c | 63 code = tputs(s, 1, __m_putchar); 73 tputs(string, affcnt, putout) in tputs() function
|
H A D | slk.c | 191 (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 D | mvcur.c | 348 (void) tputs( 352 (void) tputs( 458 cur_term->_move[index]._cost = tputs(
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | endwin.c | 75 (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 D | vidupdate.c | 220 (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 D | mouse.c | 50 (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 D | start_col.c | 154 (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 D | meta.c | 71 (void) tputs(meta_on, 1, _outch); in _meta() 73 (void) tputs(meta_off, 1, _outch); in _meta()
|
H A D | init_color.c | 93 (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 D | putp.c | 71 return (tputs(str, 1, _outchar)); in putp()
|
H A D | keypad.c | 57 (void) tputs(keypad_xmit, 1, _outch); in keypad()
|
H A D | curs_set.c | 57 (void) tputs(cursor_seq[cur_term->_cursorstate = in curs_set()
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | cr_put.c | 141 (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 D | ex_put.c | 250 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 D | tputs.c | 65 code = tputs(s, 1, __m_putchar); in putp() 71 tputs(const char *string, int affcnt, int (*putout)(int)) in tputs() function
|
H A D | color.c | 112 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 D | termcap.h | 47 extern int tputs(char *, int, int (*)(char));
|
H A D | xtermcap.h | 49 extern int tputs(const char *, int, int (*)(int));
|