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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 129 stdscr.syncok(1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 129 stdscr.syncok(1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 1273 int syncok(bool bf) { return ::syncok(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 731 extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */
    [all...]
ncurses.h 731 extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 1273 int syncok(bool bf) { return ::syncok(w, bf); } function in class:NCursesWindow
    [all...]
curses.h 750 extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */
    [all...]
ncurses.h 750 extern NCURSES_EXPORT(int) syncok (WINDOW *, bool); /* implemented */
    [all...]

Completed in 393 milliseconds