Home
last modified time | relevance | path

Searched refs:syncok (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_curses.py187 stdscr.syncok(1)
/external/python/cpython3/Lib/test/
Dtest_curses.py188 stdscr.syncok(1)
/external/python/cffi/demo/
D_curses.py258 syncok = _mk_w_no_return("syncok") variable in Window
/external/python/cpython2/
Dconfigure.ac4627 AC_MSG_CHECKING(for syncok)
4629 #ifndef syncok
4630 void *x=syncok
4633 [AC_DEFINE(HAVE_CURSES_SYNCOK, 1, Define if you have the 'syncok' function.)
Dpyconfig.h.in166 /* Define if you have the 'syncok' function. */
Dconfigure14892 void *x=syncok
/external/python/cpython3/Modules/
D_cursesmodule.c515 Window_OneArgNoReturnFunction(syncok, int, "i;True(1) or False(0)") in Window_NoArgNoReturnFunction()
/external/python/cpython3/
Dconfigure.ac5066 AC_MSG_CHECKING(for syncok)
5068 #ifndef syncok
5069 void *x=syncok
5072 [AC_DEFINE(HAVE_CURSES_SYNCOK, 1, Define if you have the 'syncok' function.)
Dpyconfig.h.in190 /* Define if you have the 'syncok' function. */
Dconfigure16144 void *x=syncok
/external/python/cpython2/Modules/
D_cursesmodule.c336 Window_OneArgNoReturnFunction(syncok, int, "i;True(1) or False(0)") in Window_NoArgNoReturnFunction()
/external/python/cpython2/Doc/library/
Dcurses.rst1178 .. method:: window.syncok(flag)
/external/python/cpython3/Doc/library/
Dcurses.rst1230 .. method:: window.syncok(flag)