HomeSort by relevance Sort by last modified time
    Searched refs:mvwhline (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 499 #ifdef mvwhline
500 inline int UNDEF(mvwhline)(WINDOW *win, int y, int x, chtype c, int n) { function
501 return mvwhline(win, y, x, c, n); }
502 #undef mvwhline macro
503 #define mvwhline UNDEF(mvwhline) macro
    [all...]
curses.h 653 extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */
1194 #define mvwhline macro
    [all...]
ncurses.h 653 extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */
1194 #define mvwhline macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 499 #ifdef mvwhline
500 inline int UNDEF(mvwhline)(WINDOW *win, int y, int x, chtype c, int n) { function
501 return mvwhline(win, y, x, c, n); }
502 #undef mvwhline macro
503 #define mvwhline UNDEF(mvwhline) macro
    [all...]
curses.h 672 extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */
1223 #define mvwhline macro
    [all...]
ncurses.h 672 extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int); /* generated */
1223 #define mvwhline macro
    [all...]

Completed in 37 milliseconds