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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 272 #ifdef getyx
273 inline void UNDEF(getyx)(const WINDOW* win, int& y, int& x) { function
274 getyx(win, y, x); }
275 #undef getyx macro
276 #define getyx UNDEF(getyx) macro
862 void getyx(int& y, int& x) const { ::getyx(w, y, x); } function in class:NCursesWindow
    [all...]
curses.h 908 #define getyx macro
    [all...]
ncurses.h 908 #define getyx macro
    [all...]

Completed in 73 milliseconds