HomeSort by relevance Sort by last modified time
    Searched refs:wstandend (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 731 #ifdef wstandend
732 inline int UNDEF(wstandend)(WINDOW *win) { return wstandend(win); } function
733 #undef wstandend macro
734 #define wstandend UNDEF(wstandend) macro
    [all...]
curses.h 1112 #define wstandend macro
    [all...]
ncurses.h 1112 #define wstandend macro
    [all...]
  /external/syslinux/gpxe/src/include/
curses.h 459 //extern int wstandend ( WINDOW * );
715 #define standend() wstandend( stdscr )
747 static inline int wstandend ( WINDOW *win ) { function
  /external/python/cpython2/Modules/
_cursesmodule.c 307 Window_NoArgNoReturnVoidFunction(wstandend)
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 470 Window_NoArgNoReturnVoidFunction(wstandend)
    [all...]

Completed in 82 milliseconds