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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 285 #ifdef getmaxyx
286 inline void UNDEF(getmaxyx)(WINDOW* win, int& y, int& x) { getmaxyx(win, y, x); } function
287 #undef getmaxyx macro
288 #define getmaxyx UNDEF(getmaxyx) macro
    [all...]
curses.h 910 #define getmaxyx macro
    [all...]
ncurses.h 910 #define getmaxyx macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 285 #ifdef getmaxyx
286 inline void UNDEF(getmaxyx)(WINDOW* win, int& y, int& x) { getmaxyx(win, y, x); } function
287 #undef getmaxyx macro
288 #define getmaxyx UNDEF(getmaxyx) macro
    [all...]
curses.h 910 #define getmaxyx macro
    [all...]
ncurses.h 910 #define getmaxyx macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 285 #ifdef getmaxyx
286 inline void UNDEF(getmaxyx)(WINDOW* win, int& y, int& x) { getmaxyx(win, y, x); } function
287 #undef getmaxyx macro
288 #define getmaxyx UNDEF(getmaxyx) macro
    [all...]
curses.h 910 #define getmaxyx macro
    [all...]
ncurses.h 910 #define getmaxyx macro
    [all...]

Completed in 47 milliseconds