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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 47 stdscr.getbkgd, stdscr.getkey, stdscr.getmaxyx,
230 curses.is_term_resized(*stdscr.getmaxyx())
232 curses.resizeterm(*stdscr.getmaxyx())
234 curses.resize_term(*stdscr.getmaxyx())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 47 stdscr.getbkgd, stdscr.getkey, stdscr.getmaxyx,
230 curses.is_term_resized(*stdscr.getmaxyx())
232 curses.resizeterm(*stdscr.getmaxyx())
234 curses.resize_term(*stdscr.getmaxyx())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 228 #ifdef getmaxyx
229 inline void UNDEF(getmaxyx)(WINDOW* win, int& y, int& x) { getmaxyx(win, y, x); } function
230 #undef getmaxyx macro
231 #define getmaxyx UNDEF(getmaxyx) macro
934 void getmaxyx(int& y, int& x) const { ::getmaxyx(w, y, x); } function in class:NCursesWindow
    [all...]
curses.h 1036 #define getmaxyx macro
    [all...]
ncurses.h 1036 #define getmaxyx macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 228 #ifdef getmaxyx
229 inline void UNDEF(getmaxyx)(WINDOW* win, int& y, int& x) { getmaxyx(win, y, x); } function
230 #undef getmaxyx macro
231 #define getmaxyx UNDEF(getmaxyx) macro
934 void getmaxyx(int& y, int& x) const { ::getmaxyx(w, y, x); } function in class:NCursesWindow
    [all...]
curses.h 1059 #define getmaxyx macro
    [all...]
ncurses.h 1059 #define getmaxyx macro
    [all...]
  /external/toybox/kconfig/lxdialog/
textbox.c 67 getmaxyx(stdscr, height, width);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 46 (self.maxy, self.maxx) = win.getmaxyx()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 46 (self.maxy, self.maxx) = win.getmaxyx()

Completed in 320 milliseconds