Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c71 #define GOTO(r,c) (__m_mvcur(curscr->_cury, curscr->_curx,r,c,__m_outc),\
113 __m_outc(ch) in __m_outc() 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 Dendwin.c60 __m_mvcur(-1, -1, lines-1, 0, __m_outc); in endwin()
63 (void) tputs(exit_ca_mode, 1, __m_outc); in endwin()
66 (void) tputs(keypad_local, 1, __m_outc); in endwin()
69 (void) tputs(orig_colors, 1, __m_outc); in endwin()
73 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc); in endwin()
H A Dbeep.c58 (void) tputs(bell, 1, __m_outc); in beep()
60 (void) tputs(flash_screen, 1, __m_outc); in beep()
79 (void) tputs(flash_screen, 1, __m_outc); in flash()
81 (void) tputs(bell, 1, __m_outc); in flash()
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 Dcolor.c60 (void) tputs(orig_colors, 1, __m_outc); in start_color()
63 (void) tputs(orig_pair, 1, __m_outc); in start_color()
114 ), 1, __m_outc in init_color()
153 ), 1, __m_outc in init_pair()
H A Dmeta.c66 (void) tputs(meta_on, 1, __m_outc); in meta()
69 (void) tputs(meta_off, 1, __m_outc); in meta()
H A Dslk.c199 (void) tputs(label_off, 1, __m_outc); in slk_clear()
228 (void) tputs(label_on, 1, __m_outc); in slk_restore()
365 ), 1, __m_outc in slk_wset()
378 ), 1, __m_outc in slk_wset()
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));
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dendwin.c62 (void) __m_mvcur(-1, -1, lines-1, 0, __m_outc); in endwin()
65 (void) TPUTS(exit_ca_mode, 1, __m_outc); in endwin()
68 (void) TPUTS(keypad_local, 1, __m_outc); in endwin()
71 (void) TPUTS(orig_colors, 1, __m_outc); in endwin()
75 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc); in endwin()
H A Ddoupdate.c70 r, c, __m_outc), curscr->_cury = r, curscr->_curx = c)
116 __m_outc(int ch) in __m_outc() function
186 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc); in clear_bottom()
189 (void) TPUTS(clear_screen, 1, __m_outc); in clear_bottom()
191 (void) __m_mvcur(-1, -1, y, 0, __m_outc); in clear_bottom()
193 (void) TPUTS(clr_eos, 1, __m_outc); in clear_bottom()
196 (void) TPUTS(clr_eol, 1, __m_outc); in clear_bottom()
199 (void) __m_mvcur(y, 0, y + 1, 0, __m_outc); in clear_bottom()
278 (void) vid_puts(nattr, npair, NULL, __m_outc); in _writeRegion()
305 (void) TPUTS(delete_character, 1, __m_outc); in _deleteRegion()
[all …]
H A Dbeep.c60 (void) TPUTS(bell, 1, __m_outc); in beep()
62 (void) TPUTS(flash_screen, 1, __m_outc); in beep()
77 (void) TPUTS(flash_screen, 1, __m_outc); in flash()
79 (void) TPUTS(bell, 1, __m_outc); in flash()
H A Dcurs_set.c66 (void) TPUTS(cursor_invisible, 1, __m_outc); in curs_set()
72 (void) TPUTS(cursor_normal, 1, __m_outc); in curs_set()
78 (void) TPUTS(cursor_visible, 1, __m_outc); in curs_set()
H A Dcolor.c59 (void) TPUTS(orig_colors, 1, __m_outc); in start_color()
62 (void) TPUTS(orig_pair, 1, __m_outc); in start_color()
116 1, __m_outc); in init_color()
147 0L, 0L, 0L), 1, __m_outc); in init_pair()
H A Dmeta.c69 (void) TPUTS(meta_on, 1, __m_outc); in meta()
72 (void) TPUTS(meta_off, 1, __m_outc); in meta()
H A Dkeypad.c170 (void) TPUTS(keypad_xmit, 1, __m_outc); in keypad()
174 (void) TPUTS(keypad_local, 1, __m_outc); in keypad()
H A Dslk.c263 (void) TPUTS(label_on, 1, __m_outc); in slk_noutrefresh()
267 (void) TPUTS(label_off, 1, __m_outc); in slk_noutrefresh()
298 1, __m_outc); in __m_slk_doupdate()
H A Dwgetch.c189 (void) TPUTS(req_for_input, 1, __m_outc); in __m_read_input_char()
213 (void) TPUTS(req_for_input, 1, __m_outc); in __m_typeahead_read_input_char()
H A Dscr_dump.c110 (void) __m_mvcur(-1, -1, curscr->_cury, curscr->_curx, __m_outc); in scr_replace()
H A Dprivate.h201 extern int __m_outc(int);
H A Dmvcur.c489 return (__m_mvcur(oy, ox, ny, nx, __m_outc)); in mvcur()
/titanic_41/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)