Searched refs:__m_outc (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbeep.c58 (void) tputs(bell, 1, __m_outc);
60 (void) tputs(flash_screen, 1, __m_outc);
79 (void) tputs(flash_screen, 1, __m_outc);
81 (void) tputs(bell, 1, __m_outc);
H A Dendwin.c60 __m_mvcur(-1, -1, lines-1, 0, __m_outc);
63 (void) tputs(exit_ca_mode, 1, __m_outc);
66 (void) tputs(keypad_local, 1, __m_outc);
69 (void) tputs(orig_colors, 1, __m_outc);
73 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc);
H A Dcurs_set.c66 (void) tputs(cursor_invisible, 1, __m_outc);
72 (void) tputs(cursor_normal, 1, __m_outc);
78 (void) tputs(cursor_visible, 1, __m_outc);
H A Dmeta.c66 (void) tputs(meta_on, 1, __m_outc);
69 (void) tputs(meta_off, 1, __m_outc);
H A Ddoupdate.c71 #define GOTO(r,c) (__m_mvcur(curscr->_cury, curscr->_curx,r,c,__m_outc),\
113 __m_outc(ch) function
184 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc);
187 (void) tputs(clear_screen, 1, __m_outc);
189 (void) __m_mvcur(-1, -1, y, 0, __m_outc);
191 (void) tputs(clr_eos, 1, __m_outc);
194 (void) tputs(clr_eol, 1, __m_outc);
197 (void) __m_mvcur(y, 0, y+1, 0, __m_outc);
366 nattr, npair, (void *) 0, __m_outc
407 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc);
[all...]
H A Dcolor.c60 (void) tputs(orig_colors, 1, __m_outc);
63 (void) tputs(orig_pair, 1, __m_outc);
114 ), 1, __m_outc
153 ), 1, __m_outc
H A Dslk.c199 (void) tputs(label_off, 1, __m_outc);
228 (void) tputs(label_on, 1, __m_outc);
365 ), 1, __m_outc local
378 ), 1, __m_outc local
H A Dwgetch.c145 (void) tputs(req_for_input, 1, __m_outc);
H A Dmvcur.c509 return __m_return_code("mvcur", __m_mvcur(oy, ox, ny, nx, __m_outc));
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbeep.c60 (void) TPUTS(bell, 1, __m_outc);
62 (void) TPUTS(flash_screen, 1, __m_outc);
77 (void) TPUTS(flash_screen, 1, __m_outc);
79 (void) TPUTS(bell, 1, __m_outc);
H A Dendwin.c62 (void) __m_mvcur(-1, -1, lines-1, 0, __m_outc);
65 (void) TPUTS(exit_ca_mode, 1, __m_outc);
68 (void) TPUTS(keypad_local, 1, __m_outc);
71 (void) TPUTS(orig_colors, 1, __m_outc);
75 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc);
H A Dcurs_set.c66 (void) TPUTS(cursor_invisible, 1, __m_outc);
72 (void) TPUTS(cursor_normal, 1, __m_outc);
78 (void) TPUTS(cursor_visible, 1, __m_outc);
H A Dmeta.c69 (void) TPUTS(meta_on, 1, __m_outc);
72 (void) TPUTS(meta_off, 1, __m_outc);
H A Dcolor.c59 (void) TPUTS(orig_colors, 1, __m_outc);
62 (void) TPUTS(orig_pair, 1, __m_outc);
116 1, __m_outc);
147 0L, 0L, 0L), 1, __m_outc);
H A Ddoupdate.c70 r, c, __m_outc), curscr->_cury = r, curscr->_curx = c)
116 __m_outc(int ch) function
186 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc);
189 (void) TPUTS(clear_screen, 1, __m_outc);
191 (void) __m_mvcur(-1, -1, y, 0, __m_outc);
193 (void) TPUTS(clr_eos, 1, __m_outc);
196 (void) TPUTS(clr_eol, 1, __m_outc);
199 (void) __m_mvcur(y, 0, y + 1, 0, __m_outc);
278 (void) vid_puts(nattr, npair, NULL, __m_outc);
305 (void) TPUTS(delete_character, 1, __m_outc);
308 0, 0, 0, 0, 0, 0, 0, 0), region.size, __m_outc); local
[all...]
H A Dkeypad.c170 (void) TPUTS(keypad_xmit, 1, __m_outc);
174 (void) TPUTS(keypad_local, 1, __m_outc);
H A Dscr_dump.c110 (void) __m_mvcur(-1, -1, curscr->_cury, curscr->_curx, __m_outc);
H A Dslk.c263 (void) TPUTS(label_on, 1, __m_outc);
267 (void) TPUTS(label_off, 1, __m_outc);
298 1, __m_outc); local
H A Dwgetch.c189 (void) TPUTS(req_for_input, 1, __m_outc);
213 (void) TPUTS(req_for_input, 1, __m_outc);
H A Dprivate.h201 extern int __m_outc(int);
H A Dmvcur.c489 return (__m_mvcur(oy, ox, ny, nx, __m_outc));
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h337 extern int __m_outc(int);
1053 #define mvcur(or, oc, nr, nc) __m_mvcur(or, oc, nr, nc, __m_outc)

Completed in 94 milliseconds