Searched refs:_outch (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | endwin.c | 77 (void) tputs(keypad_xmit, 1, _outch); in endwin() 79 (void) tputs(meta_on, 1, _outch); in endwin() 85 (void) tputs(ena_acs, 1, _outch); in endwin() 95 (A_ALTCHARSET | A_STANDOUT | A_UNDERLINE), _outch); in endwin() 115 (void) tputs(meta_off, 1, _outch); in endwin() 119 (void) tputs(keypad_local, 1, _outch); in endwin() 121 (void) tputs(cursor_normal, 0, _outch); in endwin() 141 (void) tputs(exit_ca_mode, 0, _outch); in endwin() 145 (void) tputs(orig_colors, 1, _outch); in endwin() 147 (void) tputs(tparm_p0(orig_pair), 1, _outch); in endwin() [all …]
|
H A D | mouse.c | 52 (void) tputs(tparm_p1(get_mouse, mbe), 1, _outch); in mouse_set() 65 1, _outch); in mouse_on() 78 1, _outch); in mouse_off() 92 (void) tputs(req_mouse_pos, 1, _outch); in request_mouse_pos()
|
H A D | start_col.c | 156 (void) tputs(orig_colors, 1, _outch); in start_color() 160 (void) tputs(tparm_p0(orig_pair), 1, _outch); in start_color() 165 (void) tputs(tparm_p1(set_background, 0), 1, _outch); in start_color()
|
H A D | meta.c | 73 (void) tputs(meta_on, 1, _outch); in _meta() 75 (void) tputs(meta_off, 1, _outch); in _meta()
|
H A D | curshdr.h | 58 #define _PUTS(x, y) (void) tputs(x, y, _outch) 59 #define _VIDS(na, oa) (vidupdate((na), (oa), _outch), curscr->_attrs = (na)) 269 extern int _outch(char);
|
H A D | init_color.c | 96 1, _outch); in init_color() 99 1, _outch); in init_color()
|
H A D | keypad.c | 59 (void) tputs(keypad_xmit, 1, _outch); in keypad()
|
H A D | curs_set.c | 61 (char)visibility], 0, _outch); in curs_set()
|
H A D | outch.c | 51 _outch(char c) in _outch() function
|
H A D | wrefresh.c | 130 (void) tputs(keypad_xmit, 1, _outch); in wrefresh() 134 (void) tputs(meta_on, 1, _outch); in wrefresh() 140 (void) tputs(ena_acs, 1, _outch); in wrefresh() 151 A_UNDERLINE), _outch); in wrefresh() 733 (void) _outch(' '); in _updateln() 1127 (void) _outch('\r'); in _rmargin() 1128 (void) _outch('\n'); in _rmargin()
|
H A D | wgetch.c | 89 (void) tputs(req_for_input, 1, _outch); in wgetch()
|
H A D | quick_echo.c | 98 (void) _outch((char) rawc); in _quick_echo()
|
H A D | init_pair.c | 141 1, _outch); in _init_HP_pair()
|
H A D | mapfile-vers | 492 _outch;
|
H A D | llib-lcurses | 856 int _outch(char c);
|