Searched defs:stdscr (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | curses.h | 97 #define stdscr ( &_stdscr ) macro 475 return waddch( stdscr, ch ); 479 return waddchnstr ( stdscr, chstr, n ); 483 return waddchnstr ( stdscr, chstr, -1 ); 487 return waddnstr ( stdscr, str, n ); 491 return waddnstr ( stdscr, str, -1 ); 495 return wattroff ( stdscr, attrs ); 499 return wattron ( stdscr, attrs ); 503 return wattrset ( stdscr, attrs ); 507 return wattr_get ( stdscr, attr [all...] |
Completed in 46 milliseconds