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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 706 #ifdef winch
707 inline chtype UNDEF(winch)(const WINDOW* win) { return winch(win); } function
708 #undef winch macro
709 #define winch UNDEF(winch) macro
1054 chtype inch() const { return ::winch(w); }
    [all...]
curses.h     [all...]
ncurses.h     [all...]
  /external/toybox/kconfig/lxdialog/
util.c 448 waddch(win, winch(win) & A_CHARTEXT);
451 waddch(win, winch(win) & A_CHARTEXT);
452 waddch(win, winch(win) & A_CHARTEXT);
  /external/python/cpython2/Modules/
_cursesmodule.c 1070 rtn = winch(self->win);
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c     [all...]

Completed in 163 milliseconds