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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 240 #ifdef getparyx
241 inline void UNDEF(getparyx)(WINDOW* win, int& y, int& x) { getparyx(win, y, x); } function
242 #undef getparyx macro
243 #define getparyx UNDEF(getparyx) macro
937 void getparyx(int& y, int& x) const { ::getparyx(w, y, x); } function in class:NCursesWindow
    [all...]
curses.h 1060 #define getparyx macro
    [all...]
ncurses.h 1060 #define getparyx macro
    [all...]

Completed in 676 milliseconds