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

12345

/freebsd-10.0-release/contrib/ncurses/panel/
H A Dp_below.c52 returnPanel(Is_Pseudo(pan->below) ? (PANEL *) 0 : pan->below);
H A Dp_bottom.c59 pan->below = _nc_bottom_panel;
62 pan->above->below = pan;
H A Dp_show.c62 pan->below = _nc_top_panel;
H A Dp_new.c69 pan->below = (PANEL *) 0;
102 pan->below = (PANEL *) 0;
H A Dpanel.priv.h100 #define IS_LINKED(p) (((p)->above || (p)->below ||((p)==_nc_bottom_panel)) ? TRUE : FALSE)
159 if ((pan)->below)\
160 (pan)->below->above = (pan)->above;\
162 (pan)->above->below = (pan)->below;\
166 _nc_top_panel = (pan)->below;\
169 (pan)->above = (pan)->below = (PANEL*)0;\
H A Dpanel.h46 struct panel *below; member in struct:panel
H A Dpanel.c79 (pan->below) ? USER_PTR(pan->below->user) : "--",
/freebsd-10.0-release/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
109 # otherwise the environment will be ruined when we evaluate them below.
H A Dsys.dependfile.mk23 # The .MAKE.DEPENDFILE_PREFERENCE below is an example.
H A Ddirdeps.mk31 # as expected below.
40 # or .<target_spec> suffix (see TARGET_SPEC_VARS below),
83 # below relies on MACHINE being the first entry.
135 # this is what we mostly use below
145 # we compute below are fully qualified wrt DEP_TARGET_SPEC.
165 # .MAKE.DEPENDFILE_PREFERENCE makes the logic below neater?
234 # as below you can use !target(_DIRDEP_USE) to protect things
245 # which sets the DEP_* macros below.
252 # remember the initial value of DEP_RELDIR - we test for it below.
348 # this is the machine list we actually use below
[all...]
H A Dwarnings.mk89 # Warning: the WARNINGS+= line below,
110 # Replacing the above .for loops with the WARNINGS+= below solves that
H A Dsys.mk40 # we use indirection, to simplify the tests below, and incase
102 # we need HOST_TARGET etc below.
/freebsd-10.0-release/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-10.0-release/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) {
307 copystr((below ? "<below>:" : "<above>:"), tmp, len, &done);
/freebsd-10.0-release/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-10.0-release/tools/tools/editing/
H A Dfreebsd.vim28 " indentation. It registers a macro (see below) for changing a buffer's
/freebsd-10.0-release/contrib/bmake/mk/sys/
H A DSunOS.mk19 # the PATH below may find an ancient gcc
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc315 // fact of having a handler at all causes the wait below to return with EINTR,
/freebsd-10.0-release/usr.sbin/cron/doc/
H A DINSTALL59 Some examples (see below before trying any of these!)
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dcompleter.c147 continue line below, because otherwise, if the first file seen
319 candidate completion. The loop below removes that leading
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure778 VAR=VALUE. See below for descriptions of some of the useful variables.
807 For better control, use the options below.
8856 which can conflict with char $ac_func (); below.
9043 which can conflict with char $ac_func (); below.
9236 which can conflict with char $ac_func (); below.
9423 which can conflict with char $ac_func (); below.
9616 which can conflict with char $ac_func (); below.
9803 which can conflict with char $ac_func (); below.
9992 which can conflict with char $ac_func (); below.
10175 which can conflict with char $ac_func (); below
[all...]
/freebsd-10.0-release/share/mk/
H A Dbsd.dep.mk58 # Keep `tags' here, before SRCS are mangled below for `depend'.
/freebsd-10.0-release/sys/dev/ixgb/
H A DREADME49 In the instructions below, x.x.x is the driver version as indicated in

Completed in 114 milliseconds

12345