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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 560 #ifdef napms
561 inline void UNDEF(napms)(unsigned long x) { napms(x); } function
562 #undef napms macro
563 #define napms UNDEF(napms) macro
    [all...]
curses.h 668 extern NCURSES_EXPORT(int) napms (int); /* implemented */
    [all...]
ncurses.h 668 extern NCURSES_EXPORT(int) napms (int); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 560 #ifdef napms
561 inline void UNDEF(napms)(unsigned long x) { napms(x); } function
562 #undef napms macro
563 #define napms UNDEF(napms) macro
    [all...]
curses.h 687 extern NCURSES_EXPORT(int) napms (int); /* implemented */
    [all...]
ncurses.h 687 extern NCURSES_EXPORT(int) napms (int); /* implemented */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 184 curses.napms(100)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 184 curses.napms(100)

Completed in 277 milliseconds