Searched defs:__m_outc (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
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 Ddoupdate.c72 #define GOTO(r,c) (__m_mvcur(curscr->_cury, curscr->_curx,r,c,__m_outc),\
114 __m_outc(ch) function
185 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc);
188 (void) tputs(clear_screen, 1, __m_outc);
190 (void) __m_mvcur(-1, -1, y, 0, __m_outc);
192 (void) tputs(clr_eos, 1, __m_outc);
195 (void) tputs(clr_eol, 1, __m_outc);
198 (void) __m_mvcur(y, 0, y+1, 0, __m_outc);
367 nattr, npair, (void *) 0, __m_outc
408 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc);
[all...]
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
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 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...]

Completed in 22 milliseconds