Searched refs:wresize (Results 1 - 9 of 9) sorted by relevance

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dcursesw.h1221 int wresize(int newLines, int newColumns) { function in class:NCursesWindow
1222 return ::wresize(w, newLines, newColumns); }
H A Dcurses.h849 extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int);
H A Dncurses.h849 extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h1221 int wresize(int newLines, int newColumns) { function in class:NCursesWindow
1222 return ::wresize(w, newLines, newColumns); }
H A Dcurses.h849 extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int);
H A Dncurses.h849 extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h1221 int wresize(int newLines, int newColumns) { function in class:NCursesWindow
1222 return ::wresize(w, newLines, newColumns); }
H A Dcurses.h849 extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int);
H A Dncurses.h849 extern NCURSES_EXPORT(int) wresize (WINDOW *, int, int);

Completed in 185 milliseconds