reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/IOHandler.cpp
  874   Window(const char *name, WINDOW *w, bool del = true)
  897   void Reset(WINDOW *w = nullptr, bool del = true) {
 1075   WINDOW *get() { return m_window; }
 1077   operator WINDOW *() { return m_window; }
 1293   WINDOW *m_window;
usr/include/curses.h
  470 	WINDOW	*_parent;	/* pointer to parent if a sub-window */
  613 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype);		/* generated */
  618 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool);			/* implemented */
  624 extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int);	/* implemented */
  624 extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int);	/* implemented */
  631 extern NCURSES_EXPORT(int) delwin (WINDOW *);				/* implemented */
  633 extern NCURSES_EXPORT(WINDOW *) derwin (WINDOW *,int,int,int,int);	/* implemented */
  635 extern NCURSES_EXPORT(WINDOW *) dupwin (WINDOW *);			/* implemented */
  644 extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *);			/* generated */
  654 extern NCURSES_EXPORT(void) idcok (WINDOW *, bool);			/* implemented */
  672 extern NCURSES_EXPORT(bool) is_linetouched (WINDOW *,int);		/* implemented */
  673 extern NCURSES_EXPORT(bool) is_wintouched (WINDOW *);			/* implemented */
  689 extern NCURSES_EXPORT(int) mvderwin (WINDOW *, int, int);		/* implemented */
  707 extern NCURSES_EXPORT(int) mvwaddch (WINDOW *, int, int, const chtype);	/* generated */
  708 extern NCURSES_EXPORT(int) mvwaddchnstr (WINDOW *, int, int, const chtype *, int);/* generated */
  709 extern NCURSES_EXPORT(int) mvwaddchstr (WINDOW *, int, int, const chtype *);	/* generated */
  710 extern NCURSES_EXPORT(int) mvwaddnstr (WINDOW *, int, int, const char *, int);	/* generated */
  711 extern NCURSES_EXPORT(int) mvwaddstr (WINDOW *, int, int, const char *);	/* generated */
  712 extern NCURSES_EXPORT(int) mvwchgat (WINDOW *, int, int, int, attr_t, NCURSES_PAIRS_T, const void *);/* generated */
  715 extern NCURSES_EXPORT(int) mvwgetnstr (WINDOW *, int, int, char *, int);	/* generated */
  716 extern NCURSES_EXPORT(int) mvwgetstr (WINDOW *, int, int, char *);	/* generated */
  717 extern NCURSES_EXPORT(int) mvwhline (WINDOW *, int, int, chtype, int);	/* generated */
  719 extern NCURSES_EXPORT(chtype) mvwinch (WINDOW *, int, int);			/* generated */
  720 extern NCURSES_EXPORT(int) mvwinchnstr (WINDOW *, int, int, chtype *, int);	/* generated */
  721 extern NCURSES_EXPORT(int) mvwinchstr (WINDOW *, int, int, chtype *);		/* generated */
  723 extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype);		/* generated */
  727 extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...)	/* implemented */
  744 extern NCURSES_EXPORT(int) overlay (const WINDOW*,WINDOW *);		/* implemented */
  744 extern NCURSES_EXPORT(int) overlay (const WINDOW*,WINDOW *);		/* implemented */
  748 extern NCURSES_EXPORT(int) pechochar (WINDOW *, const chtype);		/* implemented */
  749 extern NCURSES_EXPORT(int) pnoutrefresh (WINDOW*,int,int,int,int,int,int);/* implemented */
  753 extern NCURSES_EXPORT(int) putwin (WINDOW *, FILE *);			/* implemented */
  761 extern NCURSES_EXPORT(int) ripoffline (int, int (*)(WINDOW *, int));	/* implemented */
  809 extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list);	/* implemented */
  814 extern NCURSES_EXPORT(int) waddchnstr (WINDOW *,const chtype *,int);	/* implemented */
  815 extern NCURSES_EXPORT(int) waddchstr (WINDOW *,const chtype *);		/* generated */
  816 extern NCURSES_EXPORT(int) waddnstr (WINDOW *,const char *,int);	/* implemented */
  817 extern NCURSES_EXPORT(int) waddstr (WINDOW *,const char *);		/* generated */
  821 extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, NCURSES_PAIRS_T *, void *);	/* generated */
  822 extern NCURSES_EXPORT(int) wattr_on (WINDOW *, attr_t, void *);		/* implemented */
  824 extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, NCURSES_PAIRS_T, void *);	/* generated */
  825 extern NCURSES_EXPORT(int) wbkgd (WINDOW *, chtype);			/* implemented */
  826 extern NCURSES_EXPORT(void) wbkgdset (WINDOW *,chtype);			/* implemented */
  827 extern NCURSES_EXPORT(int) wborder (WINDOW *,chtype,chtype,chtype,chtype,chtype,chtype,chtype,chtype);	/* implemented */
  828 extern NCURSES_EXPORT(int) wchgat (WINDOW *, int, attr_t, NCURSES_PAIRS_T, const void *);/* implemented */
  832 extern NCURSES_EXPORT(int) wcolor_set (WINDOW*,NCURSES_PAIRS_T,void*);		/* implemented */
  833 extern NCURSES_EXPORT(void) wcursyncup (WINDOW *);			/* implemented */
  839 extern NCURSES_EXPORT(int) wgetnstr (WINDOW *,char *,int);		/* implemented */
  840 extern NCURSES_EXPORT(int) wgetstr (WINDOW *, char *);			/* generated */
  841 extern NCURSES_EXPORT(int) whline (WINDOW *, chtype, int);		/* implemented */
  843 extern NCURSES_EXPORT(int) winchnstr (WINDOW *, chtype *, int);		/* implemented */
  844 extern NCURSES_EXPORT(int) winchstr (WINDOW *, chtype *);		/* generated */
  854 extern NCURSES_EXPORT(int) wprintw (WINDOW *, const char *,...)		/* implemented */
  866 extern NCURSES_EXPORT(void) wtimeout (WINDOW *,int);			/* implemented */
  867 extern NCURSES_EXPORT(int) wtouchln (WINDOW *,int,int,int);		/* implemented */
  896 extern NCURSES_EXPORT(int) getattrs (const WINDOW *);			/* generated */
  919 typedef int (*NCURSES_WINDOW_CB)(WINDOW *, void *);
  946 extern NCURSES_EXPORT(int) use_window (WINDOW *, NCURSES_WINDOW_CB, void *);
  954 extern NCURSES_EXPORT(WINDOW *) wgetparent (const WINDOW *);	/* generated */
  955 extern NCURSES_EXPORT(bool) is_cleared (const WINDOW *);	/* generated */
  968 extern NCURSES_EXPORT(int) wgetscrreg (const WINDOW *, int *, int *); /* generated */
 1689 extern NCURSES_EXPORT(bool)    wenclose (const WINDOW *, int, int);
 1691 extern NCURSES_EXPORT(bool)    wmouse_trafo (const WINDOW*, int*, int*, bool);
usr/include/panel.h
   47   WINDOW *win;
   66 extern NCURSES_EXPORT(PANEL*)  new_panel (WINDOW *);
   72 extern NCURSES_EXPORT(int)     replace_panel (PANEL *,WINDOW *);