Home
last modified time | relevance | path

Searched refs:_outch (Results 1 – 14 of 14) sorted by relevance

/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()
93 (A_ALTCHARSET | A_STANDOUT | A_UNDERLINE), _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()
[all …]
H A Dmouse.c50 (void) tputs(tparm_p1(get_mouse, mbe), 1, _outch); in mouse_set()
63 1, _outch); in mouse_on()
76 1, _outch); 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 Dcurshdr.h56 #define _PUTS(x, y) (void) tputs(x, y, _outch)
57 #define _VIDS(na, oa) (vidupdate((na), (oa), _outch), curscr->_attrs = (na))
267 extern int _outch(char);
H A Dinit_color.c94 1, _outch); in init_color()
97 1, _outch); in init_color()
H A Dkeypad.c57 (void) tputs(keypad_xmit, 1, _outch); in keypad()
H A Dcurs_set.c59 (char)visibility], 0, _outch); in curs_set()
H A Dwrefresh.c128 (void) tputs(keypad_xmit, 1, _outch); in wrefresh()
132 (void) tputs(meta_on, 1, _outch); in wrefresh()
138 (void) tputs(ena_acs, 1, _outch); in wrefresh()
149 A_UNDERLINE), _outch); in wrefresh()
736 (void) _outch(' '); in _updateln()
1130 (void) _outch('\r'); in _rmargin()
1131 (void) _outch('\n'); in _rmargin()
H A Doutch.c49 _outch(char c) in _outch() function
H A Dwgetch.c87 (void) tputs(req_for_input, 1, _outch); in wgetch()
H A Dquick_echo.c96 (void) _outch((char) rawc); in _quick_echo()
H A Dinit_pair.c139 1, _outch); in _init_HP_pair()
H A Dmapfile-vers682 _outch;