Home
last modified time | relevance | path

Searched refs:getsyx (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Modules/
D_cursesmodule.c1807 #ifdef getsyx
1816 getsyx(y, x); in PyCurses_getsyx()
2467 #ifdef getsyx
2713 #ifdef getsyx
2764 #ifdef getsyx
/external/python/cpython2/Lib/test/
Dtest_curses.py229 curses.getsyx()
/external/python/cpython3/Modules/
D_cursesmodule.c2802 #ifdef getsyx in _curses_flash_impl()
2820 getsyx(y, x); in _curses_flash_impl()
3906 #ifdef getsyx in _curses_savetty_impl()
/external/python/cpython3/Lib/test/
Dtest_curses.py240 curses.getsyx()
/external/python/cffi/demo/
D_curses.py681 def getsyx(): function
/external/python/cpython3/Modules/clinic/
D_cursesmodule.c.h2393 #if defined(getsyx)
4061 #if defined(getsyx)
/external/python/cpython2/Doc/library/
Dcurses.rst220 .. function:: getsyx()
/external/python/cpython3/Doc/library/
Dcurses.rst228 .. function:: getsyx()