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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 42 Undefine it here, because NCursesWindow uses lines as a method. */
693 class NCURSES_IMPEXP NCursesWindow
714 NCursesWindow(WINDOW* win, int ncols);
729 NCursesWindow* par; // parent, if subwindow
730 NCursesWindow* subwins; // head of subwindows list
731 NCursesWindow* sib; // next subwindow of parent
738 NCursesWindow();
741 NCursesWindow(WINDOW* window); // useful only for stdscr
743 NCursesWindow(int nlines, // number of lines
748 NCursesWindow(NCursesWindow& par,// parent windo
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 42 Undefine it here, because NCursesWindow uses lines as a method. */
693 class NCURSES_IMPEXP NCursesWindow
714 NCursesWindow(WINDOW* win, int ncols);
729 NCursesWindow* par; // parent, if subwindow
730 NCursesWindow* subwins; // head of subwindows list
731 NCursesWindow* sib; // next subwindow of parent
738 NCursesWindow();
741 NCursesWindow(WINDOW* window); // useful only for stdscr
743 NCursesWindow(int nlines, // number of lines
748 NCursesWindow(NCursesWindow& par,// parent windo
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 42 Undefine it here, because NCursesWindow uses lines as a method. */
693 class NCURSES_IMPEXP NCursesWindow
714 NCursesWindow(WINDOW* win, int ncols);
729 NCursesWindow* par; // parent, if subwindow
730 NCursesWindow* subwins; // head of subwindows list
731 NCursesWindow* sib; // next subwindow of parent
738 NCursesWindow();
741 NCursesWindow(WINDOW* window); // useful only for stdscr
743 NCursesWindow(int nlines, // number of lines
748 NCursesWindow(NCursesWindow& par,// parent windo
    [all...]

Completed in 370 milliseconds