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

  /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...]

Completed in 1366 milliseconds