/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | doupdate.c | 71 #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 D | endwin.c | 60 __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 D | beep.c | 58 (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 D | curs_set.c | 66 (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 D | color.c | 60 (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 D | meta.c | 66 (void) tputs(meta_on, 1, __m_outc); in meta() 69 (void) tputs(meta_off, 1, __m_outc); in meta()
|
H A D | slk.c | 199 (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 D | wgetch.c | 145 (void) tputs(req_for_input, 1, __m_outc);
|
H A D | mvcur.c | 509 return __m_return_code("mvcur", __m_mvcur(oy, ox, ny, nx, __m_outc));
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | endwin.c | 62 (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 D | doupdate.c | 70 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 D | beep.c | 60 (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 D | curs_set.c | 66 (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 D | color.c | 59 (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 D | meta.c | 69 (void) TPUTS(meta_on, 1, __m_outc); in meta() 72 (void) TPUTS(meta_off, 1, __m_outc); in meta()
|
H A D | keypad.c | 170 (void) TPUTS(keypad_xmit, 1, __m_outc); in keypad() 174 (void) TPUTS(keypad_local, 1, __m_outc); in keypad()
|
H A D | slk.c | 263 (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 D | wgetch.c | 189 (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 D | scr_dump.c | 110 (void) __m_mvcur(-1, -1, curscr->_cury, curscr->_curx, __m_outc); in scr_replace()
|
H A D | private.h | 201 extern int __m_outc(int);
|
H A D | mvcur.c | 489 return (__m_mvcur(oy, ox, ny, nx, __m_outc)); in mvcur()
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 337 extern int __m_outc(int); 1053 #define mvcur(or, oc, nr, nc) __m_mvcur(or, oc, nr, nc, __m_outc)
|