Lines Matching +full:out +full:- +full:of +full:- +full:window
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
5 * The Regents of the University of California. All rights reserved.
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
15 * 3. Neither the name of the University nor the names of its contributors
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
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); \