HomeSort by relevance Sort by last modified time
    Searched defs:mvwinsch (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 532 #ifdef mvwinsch
533 inline int UNDEF(mvwinsch)(WINDOW *win, int y, int x, chtype c) function
534 { return mvwinsch(win, y, x, c); }
535 #undef mvwinsch macro
536 #define mvwinsch UNDEF(mvwinsch) macro
1076 return ::mvwinsch(w, y, x, ch); }
    [all...]
curses.h 678 extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */
1228 #define mvwinsch macro
    [all...]
ncurses.h 678 extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */
1228 #define mvwinsch macro
    [all...]

Completed in 161 milliseconds