Searched refs:below (Results 1 - 25 of 112) sorted by relevance

12345

/freebsd-11-stable/contrib/ncurses/panel/
H A Dp_below.c73 result = Is_Pseudo(pan->below) ? (PANEL *) 0 : pan->below;
H A Dp_bottom.c61 pan->below = _nc_bottom_panel;
64 pan->above->below = pan;
H A Dp_show.c63 pan->below = _nc_top_panel;
H A Dp_new.c76 pan->below = (PANEL *) 0;
111 pan->below = (PANEL *) 0;
H A Dpanel.priv.h126 #define IS_LINKED(p) (((p)->above || (p)->below ||((p)==_nc_bottom_panel)) ? TRUE : FALSE)
185 if ((pan)->below)\
186 (pan)->below->above = (pan)->above;\
188 (pan)->above->below = (pan)->below;\
192 _nc_top_panel = (pan)->below;\
195 (pan)->above = (pan)->below = (PANEL*)0;\
H A Dpanel.h47 struct panel *below; member in struct:panel
H A Dpanel.c81 (pan->below) ? USER_PTR(pan->below->user) : "--",
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodts.exp12 Pretend the '/' in '/n' etc. below are back-slashes.
H A Dmodmisc.mk6 # but not all target systems - an exists() check is below.
H A Dmodts.mk35 @echo "Pretend the '/' in '/n' etc. below are back-slashes."
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc37 // FIXME: under ASan the call below may write to freed memory and corrupt
49 // FIXME: under ASan the call below may write to freed memory and corrupt
H A Dsanitizer_common_interceptors.inc846 // Fallthrough to REAL(memcmp) below.
956 // FIXME: under ASan the call below may write to freed memory and corrupt
967 // FIXME: under ASan the call below may write to freed memory and corrupt
1008 // FIXME: under ASan the call below may write to freed memory and corrupt
1026 // FIXME: under ASan the call below may write to freed memory and corrupt
1043 // FIXME: under ASan the call below may write to freed memory and corrupt
1061 // FIXME: under ASan the call below may write to freed memory and corrupt
1236 // FIXME: under ASan the call below may write to freed memory and corrupt
1371 // FIXME: under ASan the call below may write to freed memory and corrupt
1384 // FIXME: under ASan the call below ma
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk33 # and added to MAKE_ENV_SAVE_VAR_LIST below.
85 # This is a list of vars that we handle specially below
110 # otherwise the environment will be ruined when we evaluate them below.
H A Dsys.debug.mk24 # we use indirection, to simplify the tests below, and incase
H A Dsys.dependfile.mk23 # The .MAKE.DEPENDFILE_PREFERENCE below is an example.
30 # let us do our thing below...
H A Ddirdeps.mk31 # as expected below.
40 # or .<target_spec> suffix (see TARGET_SPEC_VARS below),
86 # below relies on MACHINE being the first entry.
144 # disable most of below
174 # this will become DEP_MACHINE below
195 # this is what we mostly use below
205 # we compute below are fully qualified wrt DEP_TARGET_SPEC.
231 # .MAKE.DEPENDFILE_PREFERENCE makes the logic below neater?
318 # which sets the DEP_* macros below.
325 # remember the initial value of DEP_RELDIR - we test for it below
[all...]
H A Dwarnings.mk89 # Replacing the above .for loops with the WARNINGS+= below solves that
106 # define this once, we use it a couple of times below (hence the doubled $$).
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh15 * If applicable, add the following below this CDDL HEADER, with the
H A Derr.copyoutbadaddr.ksh15 * If applicable, add the following below this CDDL HEADER, with the
H A Derr.copyoutstrbadaddr.ksh15 * If applicable, add the following below this CDDL HEADER, with the
/freebsd-11-stable/share/mk/
H A Dsys.dependfile.mk24 # The .MAKE.DEPENDFILE_PREFERENCE below is an example.
31 # let us do our thing below...
H A Ddirdeps.mk32 # as expected below.
41 # or .<target_spec> suffix (see TARGET_SPEC_VARS below),
84 # below relies on MACHINE being the first entry.
136 # this will become DEP_MACHINE below
166 # this is what we mostly use below
176 # we compute below are fully qualified wrt DEP_TARGET_SPEC.
196 # .MAKE.DEPENDFILE_PREFERENCE makes the logic below neater?
279 # which sets the DEP_* macros below.
286 # remember the initial value of DEP_RELDIR - we test for it below.
292 # as below yo
[all...]
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_vfsops.c85 int below; local
98 below = 0;
132 if (vfs_getopt(mp->mnt_optnew, "below", NULL, NULL) == 0)
133 below = 1;
252 if (below) {
306 copystr((below ? "<below>:" : "<above>:"), tmp, len, &done);
/freebsd-11-stable/contrib/opie/
H A Dconfigure2653 which can conflict with char $ac_func(); below. */
2873 which can conflict with char $ac_func(); below. */
2979 which can conflict with char $ac_func(); below. */
3036 which can conflict with char atexit(); below. */
3087 which can conflict with char $ac_func(); below. */
3142 which can conflict with char endutent(); below. */
3194 which can conflict with char initgroups(); below. */
3246 which can conflict with char memcmp(); below. */
3298 which can conflict with char memcpy(); below. */
3349 which can conflict with char $ac_func(); below
[all...]
/freebsd-11-stable/contrib/unbound/services/cache/
H A Dinfra.h138 /** ratelimit for names below this name, -1 if not set */
139 int below; member in struct:domain_limit_data

Completed in 296 milliseconds

12345