OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resize_term
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py
228
if hasattr(curses, '
resize_term
'):
229
curses.
resize_term
(*stdscr.getmaxyx())
/external/python/cpython2/Lib/test/
test_curses.py
340
@requires_curses_func('
resize_term
')
342
curses.
resize_term
(*self.stdscr.getmaxyx())
/external/python/cpython3/Lib/test/
test_curses.py
351
@requires_curses_func('
resize_term
')
353
curses.
resize_term
(*self.stdscr.getmaxyx())
/external/python/cpython2/Modules/
_cursesmodule.c
[
all
...]
/external/python/cpython3/Modules/
_cursesmodule.c
[
all
...]
/external/python/cpython2/
configure
[
all
...]
/external/python/cpython3/
configure
[
all
...]
Completed in 190 milliseconds