Lines Matching full:window
39 extern WINDOW *wnd;
76 void closeicmp(WINDOW *);
77 void closeicmp6(WINDOW *);
78 void closeifstat(WINDOW *);
79 void closeiostat(WINDOW *);
80 void closeip(WINDOW *);
81 void closeip6(WINDOW *);
82 void closekre(WINDOW *);
83 void closenetstat(WINDOW *);
84 void closepigs(WINDOW *);
85 void closeswap(WINDOW *);
86 void closetcp(WINDOW *);
140 WINDOW *openicmp(void);
141 WINDOW *openicmp6(void);
142 WINDOW *openifstat(void);
143 WINDOW *openip(void);
144 WINDOW *openip6(void);
145 WINDOW *openiostat(void);
146 WINDOW *openkre(void);
147 WINDOW *opennetstat(void);
148 WINDOW *openpigs(void);
149 WINDOW *openswap(void);
150 WINDOW *opentcp(void);
171 void sysputpage(WINDOW* , int, int, int, uint64_t, int);
172 void sysputspaces(WINDOW* , int, int, int);
173 void sysputstrs(WINDOW* , int, int, int);
174 void sysputXs(WINDOW* , int, int, int);
175 void sysputuint64(WINDOW* , int, int, int, uint64_t, int);
176 void sysputwuint64(WINDOW* , int, int, int, uint64_t, int);
179 void close ## name(WINDOW *); \
183 WINDOW *open ## name(void); \