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

  /external/toybox/kconfig/lxdialog/
yesno.c 50 if (getmaxx(stdscr) < (width + 4))
inputbox.c 60 if (getmaxx(stdscr) <= (width - 2))
checklist.c 131 if (getmaxx(stdscr) < (width + 6))
textbox.c 389 wmove(win, getmaxy(win) - 3, getmaxx(win) - 9);
menubox.c 193 width = getmaxx(stdscr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 1082 #define getmaxx macro
    [all...]
ncurses.h 1082 #define getmaxx macro
    [all...]
cursesw.h 893 int maxx() const { return getmaxx(w) == ERR ? ERR : getmaxx(w)-1; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h 1105 #define getmaxx macro
    [all...]
ncurses.h 1105 #define getmaxx macro
    [all...]
cursesw.h 893 int maxx() const { return getmaxx(w) == ERR ? ERR : getmaxx(w)-1; }
    [all...]

Completed in 3991 milliseconds