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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 226 if hasattr(curses, 'resizeterm'):
227 curses.resizeterm(*stdscr.getmaxyx())
254 if hasattr(curses, 'resizeterm'):
256 curses.resizeterm(lines - 1, cols + 1)
259 raise RuntimeError, "Expected resizeterm to update LINES and COLS"
  /external/e2fsprogs/ext2ed/
win.c 208 resizeterm(ws.ws_row, ws.ws_col);
  /external/python/cpython2/Lib/test/
test_curses.py 344 @requires_curses_func('resizeterm')
350 curses.resizeterm(new_lines, new_cols)
  /external/python/cpython3/Lib/test/
test_curses.py 355 @requires_curses_func('resizeterm')
361 curses.resizeterm(new_lines, new_cols)
  /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 4573 milliseconds