Searched refs:above (Results 1 - 25 of 182) sorted by relevance

12345678

/freebsd-11-stable/contrib/ncurses/panel/
H A Dp_update.c12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
55 while (pan && pan->above)
57 PANEL_UPDATE(pan, pan->above);
58 pan = pan->above;
65 pan = pan->above;
H A Dp_bottom.c12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
62 pan->above = _nc_bottom_panel->above;
63 if (pan->above)
64 pan->above->below = pan;
65 _nc_bottom_panel->above = pan;
H A Dp_above.c12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
51 returnPanel(_nc_bottom_panel->above);
72 result = pan->above;
79 if not, we return the panel above the pseudo panel */
80 result = EMPTY_STACK()? (PANEL *) 0 : _nc_bottom_panel->above;
H A Dp_show.c12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
62 _nc_top_panel->above = pan;
64 pan->above = (PANEL *) 0;
H A Dpanel.c12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
82 (pan->above) ? USER_PTR(pan->above->user) : "--",
108 pan = pan->above;
H A Dpanel.priv.h12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
117 #define Is_Bottom(p) (((p) != (PANEL*)0) && !EMPTY_STACK() && (_nc_bottom_panel->above == (p)))
126 #define IS_LINKED(p) (((p)->above || (p)->below ||((p)==_nc_bottom_panel)) ? TRUE : FALSE)
174 pan2 = pan2->above;\
186 (pan)->below->above = (pan)->above;\
187 if ((pan)->above)\
188 (pan)->above->below = (pan)->below;\
190 _nc_bottom_panel = (pan)->above;\
[all...]
H A Dp_new.c12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
77 pan->above = (PANEL *) 0;
110 pan->above = (PANEL *) 0;
H A Dpanel.h12 * The above copyright notice and this permission notice shall be included *
23 * Except as contained in this notice, the name(s) of the above copyright *
48 struct panel *above; member in struct:panel
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbgscan.h24 void (*notify_signal_change)(void *priv, int above,
38 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above,
74 int above, int current_signal,
73 bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above, int current_signal, int current_noise, int current_txrate) argument
H A Dbgscan.c100 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above, argument
105 wpa_s->bgscan->notify_signal_change(wpa_s->bgscan_priv, above,
H A Dbgscan_simple.c199 static void bgscan_simple_notify_signal_change(void *priv, int above, argument
213 "(above=%d current_signal=%d current_noise=%d "
214 "current_txrate=%d))", above, current_signal,
216 if (data->scan_interval == data->long_interval && !above) {
242 } else if (data->scan_interval == data->short_interval && above) {
249 } else if (!above) {
/freebsd-11-stable/lib/libc/mips/sys/
H A Dsbrk.S13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
65 move v0, t0 # return old val of curbrk from above
67 PTR_S a0, 0(t0) # save current val of curbrk from above
/freebsd-11-stable/contrib/bmake/mk/
H A Dlibnames.mk9 # the above copyright notice and this notice are
H A Dhost.libnames.mk9 # the above copyright notice and this notice are
H A Dsrctop.mk9 # the above copyright notice and this notice are
44 # directory will hang. So avoid looking above /a/b
H A Dmanifest.mk9 # the above copyright notice and this notice are
44 # the above is a little overkill but means we can easily adapt to
58 # as above and s is set to the name we store f as
/freebsd-11-stable/share/dtrace/
H A Dhotopen9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
H A Dretval9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
H A Dtcpconn9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
H A Dtcpdebug9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
H A Dtcpstate9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
H A Dudptrack9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxsys.s6 # permitted provided that the above copyright notice and this
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxsys.s6 # permitted provided that the above copyright notice and this
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_errno.inc10 * 1. Redistributions of source code must retain the above copyright
12 * 2. Redistributions in binary form must reproduce the above copyright

Completed in 207 milliseconds

12345678