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

123456

/freebsd-9.3-release/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 *
49 while (pan && pan->above)
51 PANEL_UPDATE(pan, pan->above);
52 pan = pan->above;
59 pan = pan->above;
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 *
47 if not, we return the panel above the pseudo panel */
48 returnPanel(EMPTY_STACK()? (PANEL *) 0 : _nc_bottom_panel->above);
51 returnPanel(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 *
60 pan->above = _nc_bottom_panel->above;
61 if (pan->above)
62 pan->above->below = pan;
63 _nc_bottom_panel->above = pan;
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 *
61 _nc_top_panel->above = pan;
63 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 *
80 (pan->above) ? USER_PTR(pan->above->user) : "--",
104 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 *
91 #define Is_Bottom(p) (((p)!=(PANEL*)0) && !EMPTY_STACK() && (_nc_bottom_panel->above==(p)))
100 #define IS_LINKED(p) (((p)->above || (p)->below ||((p)==_nc_bottom_panel)) ? TRUE : FALSE)
148 pan2 = pan2->above;\
160 (pan)->below->above = (pan)->above;\
161 if ((pan)->above)\
162 (pan)->above->below = (pan)->below;\
164 _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 *
70 pan->above = (PANEL *) 0;
101 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 *
47 struct panel *above; member in struct:panel
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dbgscan.h30 void (*notify_signal_change)(void *priv, int above);
39 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above);
63 int above)
62 bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above) argument
H A Dbgscan_simple.c178 static void bgscan_simple_notify_signal_change(void *priv, int above) argument
189 "(above=%d)", above);
190 if (data->scan_interval == data->long_interval && !above) {
197 } else if (data->scan_interval == data->short_interval && above) {
204 } else if (!above) {
H A Dbgscan.c106 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above) argument
109 wpa_s->bgscan->notify_signal_change(wpa_s->bgscan_priv, above);
/freebsd-9.3-release/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-9.3-release/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 Dinc.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 Dinit.mk9 # the above copyright notice and this notice are
H A Dlinks.mk9 # the above copyright notice and this notice are
H A Drst2htm.mk9 # the above copyright notice and this notice are
/freebsd-9.3-release/sys/boot/i386/btx/lib/
H A Dbtxcsu.S6 # permitted provided that the above copyright notice and this
H A Dbtxsys.s6 # permitted provided that the above copyright notice and this
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dpxetramp.s6 # permitted provided that the above copyright notice and this
/freebsd-9.3-release/sys/boot/pc98/btx/lib/
H A Dbtxcsu.S6 # permitted provided that the above copyright notice and this
H A Dbtxsys.s6 # permitted provided that the above copyright notice and this
/freebsd-9.3-release/contrib/bind9/bin/rndc/
H A Drndc.conf6 * purpose with or without fee is hereby granted, provided that the above

Completed in 200 milliseconds

123456