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

123456

/opensolaris-onvv-gate/usr/src/lib/libeti/panel/common/
H A Dbottom.c16 * If applicable, add the following below this CDDL HEADER, with the
48 if (!panel || panel == panel -> below)
61 for (pnl = panel->below; pnl; pnl = pnl->below) {
76 (_Top_panel = panel -> below) -> above = 0;
78 panel -> above -> below = panel -> below;
79 panel -> below -> above = panel -> above;
82 panel -> below = 0;
84 _Bottom_panel = _Bottom_panel -> below
[all...]
H A Ddelete.c16 * If applicable, add the following below this CDDL HEADER, with the
51 if (panel == panel -> below)
60 panel -> below -> above = panel -> above;
63 _Top_panel = panel -> below;
65 panel -> above -> below = panel -> below;
68 panel -> below = panel;
H A Dtop.c16 * If applicable, add the following below this CDDL HEADER, with the
48 if (!panel || panel == panel -> below)
80 (_Bottom_panel = panel -> above) -> below = 0;
82 panel -> above -> below = panel -> below;
83 panel -> below -> above = panel -> above;
87 panel -> below = _Top_panel;
H A Dreplace.c16 * If applicable, add the following below this CDDL HEADER, with the
50 if (panel != panel -> below) {
69 if (panel != panel -> below)
H A Dmove.c16 * If applicable, add the following below this CDDL HEADER, with the
50 if (panel == panel -> below) {
76 if (panel != panel -> below)
H A Dnew.c16 * If applicable, add the following below this CDDL HEADER, with the
47 panel-> below = 0;
51 panel -> below = _Top_panel;
96 if (!panel || panel != panel -> below || !_alloc_overlap(_Panel_cnt))
H A Dmisc.c16 * If applicable, add the following below this CDDL HEADER, with the
86 return ((panel == panel -> below) ? ((PANEL *) 0) : panel -> above);
91 * panel_below - Return the panel below the
101 return ((panel == panel -> below) ? ((PANEL *) 0) : panel -> below);
108 return ((!panel || (panel != panel -> below)) ? FALSE : TRUE);
183 for (pnl = _Top_panel; pnl != panel; pnl = pnl->below) {
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A D_syscall.s16 ! If applicable, add the following below this CDDL HEADER, with the
H A D_exit.s16 ! If applicable, add the following below this CDDL HEADER, with the
H A Dgetppid.s21 ! If applicable, add the following below this CDDL HEADER, with the
H A Dpipe.s20 ! If applicable, add the following below this CDDL HEADER, with the
/opensolaris-onvv-gate/usr/src/lib/libeti/panel/inc/
H A Dpanel.h16 * If applicable, add the following below this CDDL HEADER, with the
52 struct PANEL *below, *above; member in struct:PANEL
/opensolaris-onvv-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_srt0.s16 * If applicable, add the following below this CDDL HEADER, with the
58 ! Create a stack just below _start.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/
H A Dcustomize.cgi47 the fill-out form below. If you return to this page any time
/opensolaris-onvv-gate/usr/src/cmd/tcpd/
H A DREADME.sfw12 line as below or by editing the Makefile. The sunos5 make target will build
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dstart_float.s21 ! If applicable, add the following below this CDDL HEADER, with the
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dcaps19 # If applicable, add the following below this CDDL HEADER, with the
55 memory_below, "db" "db" Display may be retained below the screen
/opensolaris-onvv-gate/usr/src/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
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/
H A DFile.pod33 C<EO_VALIDATE_MSK>. Other constants needed by the C<new()> method below are in
50 C<O_RDWR>, and C<O_CREAT> described below.
/opensolaris-onvv-gate/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s20 / If applicable, add the following below this CDDL HEADER, with the
/opensolaris-onvv-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c15 * If applicable, add the following below this CDDL HEADER, with the
204 * translations below...
234 * Macro used below to convert the prom's 32-bit high and low fields into
588 size_t below; local
601 * 2. avoid wasting any space below the buffer, take first
615 below = (base - frlist->ml_address) / ecache_alignsize;
618 unused = below + above;
626 if (below < best_below) {
627 best_below = below;
664 size_t below; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DCLChoice.java16 * If applicable, add the following below this CDDL HEADER, with the
443 boolean below;
446 below = true;
449 below = false;
457 if (below)
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A DREADME16 # If applicable, add the following below this CDDL HEADER, with the
27 much more robust than those described below. They are called infocmp,
35 cvt files (described below) for those limited cases.

Completed in 132 milliseconds

123456