HomeSort by relevance Sort by last modified time
    Searched defs:wstandout (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/include/
curses.h 460 //extern int wstandout ( WINDOW * );
716 #define standout() wstandout( stdscr )
751 static inline int wstandout ( WINDOW *win ) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 737 #ifdef wstandout
738 inline int UNDEF(wstandout)(WINDOW *win) { return wstandout(win); } function
739 #undef wstandout macro
740 #define wstandout UNDEF(wstandout) macro
    [all...]
curses.h 1111 #define wstandout macro
    [all...]
ncurses.h 1111 #define wstandout macro
    [all...]

Completed in 110 milliseconds