Home
last modified time | relevance | path

Searched refs:subwin (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Tools/demo/
H A Dlife.py187 subwin = stdscr.subwin(stdscr_y - 3, stdscr_x, 0, 0)
188 board = LifeBoard(subwin, char=ord('*'))
/third_party/python/Lib/test/
H A Dtest_curses.py142 win2 = win.subwin(3, 7)
147 win2 = win.subwin(5, 10, 3, 7)
185 win = stdscr.subwin(10, 15, 2, 5)
217 win = stdscr.subwin(10, 15, 2, 5)
218 win2 = win.subwin(5, 10, 3, 7)
/third_party/toybox/kconfig/lxdialog/
H A Dchecklist.c164 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
H A Dtextbox.c97 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
H A Dmenubox.c232 menu = subwin(dialog, menu_height, menu_width, in dialog_menu()
/third_party/python/Modules/
H A D_cursesmodule.c1294 derwin() is the same as calling subwin(), except that begin_y and begin_x
2300 _curses.window.subwin
2334 win = subwin(self->win, nlines, ncols, begin_y, begin_x); in _curses_window_subwin_impl()

Completed in 10 milliseconds