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

123456

/opensolaris-onvv-gate/usr/src/lib/libeti/panel/common/
H A Dbottom.c76 (_Top_panel = panel -> below) -> above = 0;
78 panel -> above -> below = panel -> below;
79 panel -> below -> above = panel -> above;
83 panel -> above = _Bottom_panel;
H A Dtop.c80 (_Bottom_panel = panel -> above) -> below = 0;
82 panel -> above -> below = panel -> below;
83 panel -> below -> above = panel -> above;
86 panel -> above = 0;
88 _Top_panel = _Top_panel -> above = panel;
H A Ddelete.c58 _Bottom_panel = panel -> above;
60 panel -> below -> above = panel -> above;
65 panel -> above -> below = panel -> below;
103 for (pnl = _Bottom_panel; pnl != panel; pnl = pnl->above) {
H A Dnew.c50 _Top_panel -> above = panel;
55 panel -> above = 0;
H A Dmisc.c76 * panel_above - Return the panel above the
86 return ((panel == panel -> below) ? ((PANEL *) 0) : panel -> above);
216 for (pnl = _Bottom_panel; pnl; pnl = pnl -> above) {
H A Dupdate.c44 * which is visible above a given line
80 * Touch the line in all windows which is visible above a given line.
123 * touch lines in panals above it.
148 * touch lines in panals above it.
181 for (panel = _Bottom_panel; panel; panel = panel -> above) {
/opensolaris-onvv-gate/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE28 * of those above. If you wish to allow use of your version of this file only
31 * decision by deleting the provisions above and replace them with the notice
33 * the provisions above, a recipient may use your version of this file under
66 * of those above. If you wish to allow use of your version of this file only
69 * decision by deleting the provisions above and replace them with the notice
71 * the provisions above, a recipient may use your version of this file under
103 * of those above. If you wish to allow use of your version of this file only
106 * decision by deleting the provisions above and replace them with the notice
108 * the provisions above, a recipient may use your version of this file under
140 * of those above
[all...]
/opensolaris-onvv-gate/usr/src/lib/libeti/panel/inc/
H A Dpanel.h52 struct PANEL *below, *above; member in struct:PANEL
/opensolaris-onvv-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c589 size_t above; local
603 * 3. avoid wasting any space above the buffer, take first
616 above = (frlist->ml_address + frlist->ml_size - end) /
618 unused = below + above;
631 if (above < best_above) {
632 best_above = above;
665 size_t above; local
681 above = found->ml_address + found->ml_size - end;
682 ASSERT(above == 0 || (above
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README104 All the above changes are incorporated in the following patches:
113 All the above changes are incorporated in the following patches:
121 All the above changes plus:
132 All the above changes are incorporated in the following patches:
141 All the above changes except for:
152 All the above changes are incorporated in the following patches:
160 All the above changes plus:
168 All the above changes plus:
174 All the above changes are incorporated in the following patches:
222 All the above change
[all...]
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dcaps54 memory_above, "da" "da" Display may be retained above the screen
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s34 / instead of those above. If you wish to allow use of your
37 / indicate your decision by deleting the provisions above and
39 / the GPL. If you do not delete the provisions above, a recipient
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.pm44 subroutine (i.e. one marked with the B<method> attribute above),
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm134 In other words, in the "C" (or English) locale the above will probably
183 Note that unfortunately none of the above constants are guaranteed
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DREADME29 (see documentation references above), the following code in the Apache Perl
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/demo/
H A D00README56 Makefile make file to build the above programs.
/opensolaris-onvv-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DREADME54 The above line tells the test driver to call fm_dc_key2code() with the key[]
/opensolaris-onvv-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s53 / If the above expression geneates a value other than 0x80808080,
56 / The above has been extended for 64-bit support.
H A Dstrncat.s58 / If the above expression geneates a value other than 0x80808080,
61 / The above has been extended for 64-bit support.
/opensolaris-onvv-gate/usr/src/uts/i86pc/ml/
H A Damd64.il106 / restore interrupt enable flag to value returned from 'clear_int_flag' above
H A Dia32.il93 / restore interrupt enable flag to value returned from 'clear_int_flag' above
/opensolaris-onvv-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_resume.s174 be %xcc, 1f ! the trap type check, above
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm184 itself as shown above.
246 By contrast, if I<$check> is true, the scheme above allows the
247 encoding to do as much as it can and tell the layer above how much
315 Hybrids of the above.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm46 more superclasses (as above).
51 maybe "height-first" is the word) search. In the above example, it'd
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DUNIVERSAL.pm68 is any of the above or an unblessed reference
92 C<isa> returns I<true> in the same cases as above and also if C<VAL> is an

Completed in 216 milliseconds

123456