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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dendwin.c77 (void) tputs(keypad_xmit, 1, _outch);
79 (void) tputs(meta_on, 1, _outch);
85 (void) tputs(ena_acs, 1, _outch);
95 (A_ALTCHARSET | A_STANDOUT | A_UNDERLINE), _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); local
[all...]
H A Dmeta.c73 (void) tputs(meta_on, 1, _outch);
75 (void) tputs(meta_off, 1, _outch);
H A Dcurs_set.c61 (char)visibility], 0, _outch);
H A Dkeypad.c59 (void) tputs(keypad_xmit, 1, _outch);
H A Dmouse.c52 (void) tputs(tparm_p1(get_mouse, mbe), 1, _outch); local
65 1, _outch); local
78 1, _outch); local
92 (void) tputs(req_mouse_pos, 1, _outch);
H A Dstart_col.c156 (void) tputs(orig_colors, 1, _outch);
160 (void) tputs(tparm_p0(orig_pair), 1, _outch); local
165 (void) tputs(tparm_p1(set_background, 0), 1, _outch);
H A Doutch.c51 _outch(char c) function
70 fprintf(outf, "_outch: char '%s' term %x file %x=%d\n",
H A Dinit_color.c96 1, _outch); local
99 1, _outch); local
H A Dquick_echo.c98 (void) _outch((char) rawc);
H A Dwgetch.c89 (void) tputs(req_for_input, 1, _outch);
H A Dinit_pair.c141 1, _outch); local
H A Dcurshdr.h58 #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 Dwrefresh.c130 (void) tputs(keypad_xmit, 1, _outch);
134 (void) tputs(meta_on, 1, _outch);
140 (void) tputs(ena_acs, 1, _outch);
151 A_UNDERLINE), _outch);
733 (void) _outch(' ');
1127 (void) _outch('\r');
1128 (void) _outch('\n');
H A Dllib-lcurses856 int _outch(char c);

Completed in 56 milliseconds