Home
last modified time | relevance | path

Searched refs:above (Results 1 – 25 of 2184) sorted by relevance

12345678910>>...88

/freebsd-12-stable/contrib/ncurses/panel/
Dp_bottom.c62 pan->above = _nc_bottom_panel->above; in NCURSES_EXPORT()
63 if (pan->above) in NCURSES_EXPORT()
64 pan->above->below = pan; in NCURSES_EXPORT()
65 _nc_bottom_panel->above = pan; in NCURSES_EXPORT()
Dpanel.priv.h117 #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;\
195 (pan)->above = (pan)->below = (PANEL*)0;\
Dp_update.c55 while (pan && pan->above) in NCURSES_EXPORT()
57 PANEL_UPDATE(pan, pan->above); in NCURSES_EXPORT()
58 pan = pan->above; in NCURSES_EXPORT()
65 pan = pan->above; in NCURSES_EXPORT()
Dp_above.c51 returnPanel(_nc_bottom_panel->above); in NCURSES_EXPORT()
72 result = pan->above; in panel_above()
80 result = EMPTY_STACK()? (PANEL *) 0 : _nc_bottom_panel->above; in panel_above()
Dpanel.c82 (pan->above) ? USER_PTR(pan->above->user) : "--", in _nc_dPanel()
108 pan = pan->above; in _nc_dStack()
Dp_show.c62 _nc_top_panel->above = pan; in NCURSES_EXPORT()
64 pan->above = (PANEL *) 0; in NCURSES_EXPORT()
Dp_new.c77 pan->above = (PANEL *) 0; in root_panel()
110 pan->above = (PANEL *) 0; in new_panel()
/freebsd-12-stable/contrib/file/magic/Magdir/
Dclarion5 # (v2 and above)
10 0 leshort 0x3343 Clarion Developer (v2 and above) data file
21 0 leshort 0x334d Clarion Developer (v2 and above) memo data
27 0 leshort 0x49e0 Clarion Developer (v2 and above) help data
/freebsd-12-stable/libexec/bootpd/
DREADME102 bootpd.h header for above (and others)
111 bootptest.h header for above
113 dovend.h header for above
116 getether.h header for above
118 getif.h header for above
120 hash.h header for above
122 hwaddr.h header for above
124 lookup.h header for above
128 readfile.h header for above
130 report.h header for above
[all …]
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
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, in bgscan_notify_signal_change() argument
Dbgscan_simple.c199 static void bgscan_simple_notify_signal_change(void *priv, int above, in bgscan_simple_notify_signal_change() argument
214 "current_txrate=%d))", above, current_signal, in bgscan_simple_notify_signal_change()
216 if (data->scan_interval == data->long_interval && !above) { in bgscan_simple_notify_signal_change()
242 } else if (data->scan_interval == data->short_interval && above) { in bgscan_simple_notify_signal_change()
249 } else if (!above) { in bgscan_simple_notify_signal_change()
/freebsd-12-stable/crypto/heimdal/doc/
Dcopyright.texi32 1. Redistributions of source code must retain the above copyright
35 2. Redistributions in binary form must reproduce the above copyright
73 without fee is hereby granted, provided that the above copyright
99 1. Redistributions of source code must retain the above copyright
102 2. Redistributions in binary form must reproduce the above copyright
140 1. Redistributions of source code must retain the above copyright
142 2. Redistributions in binary form must reproduce the above copyright
188 1. Redistributions of source code must retain the above copyright
190 2. Redistributions in binary form must reproduce the above copyright
226 1. Redistributions of source code must retain the above copyright
[all …]
/freebsd-12-stable/contrib/ntp/sntp/libevent/
DLICENSE11 1. Redistributions of source code must retain the above copyright
13 2. Redistributions in binary form must reproduce the above copyright
32 them under the three-clause BSD license above. The copyright notices are
33 available in the corresponding source files; the license is as above. Here's
64 purpose with or without fee is hereby granted, provided that the above
90 The above copyright notice and this permission notice shall be included in
/freebsd-12-stable/contrib/libevent/
DLICENSE11 1. Redistributions of source code must retain the above copyright
13 2. Redistributions in binary form must reproduce the above copyright
32 them under the three-clause BSD license above. The copyright notices are
33 available in the corresponding source files; the license is as above. Here's
64 purpose with or without fee is hereby granted, provided that the above
90 The above copyright notice and this permission notice shall be included in
/freebsd-12-stable/usr.sbin/bsdconfig/dot/
DUSAGE7 # 1. Redistributions of source code must retain the above copyright
9 # 2. Redistributions in binary form must reproduce the above copyright
46 View the above-rendered SVG file using your favorite X11-based viewer:
85 NOTE: Change "-s1" above to "-s0.5" to halve the size of the
100 View the above-rendered PostScript poster using X11:
118 Print the above-rendered PostScript poster:
/freebsd-12-stable/contrib/dma/
DLICENSE16 1. Redistributions of source code must retain the above copyright
18 2. Redistributions in binary form must reproduce the above copyright
48 1. Redistributions of source code must retain the above copyright
51 2. Redistributions in binary form must reproduce the above copyright
75 purpose with or without fee is hereby granted, provided that the above
93 1. Redistributions of source code must retain the above copyright
95 2. Redistributions in binary form must reproduce the above copyright
/freebsd-12-stable/sys/dev/ow/
Dowll_if.m8 # 1. Redistributions of source code must retain the above copyright
10 # 2. Redistributions in binary form must reproduce the above copyright
82 # WRITE-ONE (see above for timings) From Figure 4-1 AN-937
100 # WRITE-ZERO (see above for timings) From Figure 4-2 AN-937
117 # READ-DATA (see above for timings) From Figure 4-3 AN-937
136 # RESET AND PRESENCE PULSE (see above for timings) From Figure 4-4 AN-937
/freebsd-12-stable/stand/forth/
Dversion.4th7 \ 1. Redistributions of source code must retain the above copyright
9 \ 2. Redistributions in binary form must reproduce the above copyright
57 \ Use above default if no logo is requested
81 drop exit \ default version (above) is disabled
/freebsd-12-stable/contrib/atf/
DCOPYING14 1. Redistributions of source code must retain the above copyright notice,
17 2. Redistributions in binary form must reproduce the above copyright
40 * Redistributions of source code must retain the above copyright
43 * Redistributions in binary form must reproduce the above copyright
68 though they were not originally licensed under the terms above, the
/freebsd-12-stable/lib/libc/rpc/
DDISCLAIMER10 * - Redistributions of source code must retain the above copyright notice,
12 * - Redistributions in binary form must reproduce the above copyright notice,
38 * * Redistributions of source code must retain the above copyright
40 * * Redistributions in binary form must reproduce the above
/freebsd-12-stable/contrib/sqlite3/
DREADME.txt62 above, something like the following macro will need to be added to the
73 above, something like the following macro will need to be added to the
84 above, something like the following macros will need to be added to the
97 above, no other macros should be needed on the NMAKE command line.
/freebsd-12-stable/contrib/flex/
DCOPYING21 1. Redistributions of source code must retain the above copyright
23 2. Redistributions in binary form must reproduce the above copyright
42 for them, you are not even bound by the above copyright.
/freebsd-12-stable/tools/diag/prtblknos/
DREADME30 The logical block numbers (lbn above) describe filesystem-block
33 The physical block numbers (blkno above) describe the smallest piece
37 above are also in physical block size units. Thus a distance of 8
/freebsd-12-stable/contrib/bc/
DLICENSE.md8 * Redistributions of source code must retain the above copyright notice, this
11 * Redistributions in binary form must reproduce the above copyright notice, this
39 * Redistributions of source code must retain the above copyright notice, this
42 * Redistributions in binary form must reproduce the above copyright notice, this
72 The above copyright notice and this permission notice shall be included in all
95 The above copyright notice and this permission notice shall be included in all
/freebsd-12-stable/usr.sbin/bsdconfig/share/media/
Dany.subr9 # 1. Redistributions of source code must retain the above copyright
11 # 2. Redistributions in binary form must reproduce the above copyright
57 # Prompt the user to select amongst the known media types (included above).
64 # See `struct.subr' and the above `media/*.subr' includes for more details.

12345678910>>...88