Searched refs:less (Results 1 - 25 of 59) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dless.pm1 package less; package
7 less - perl pragma to request less of something from the compiler
11 use less; # unimplemented
18 use less 'memory';
19 use less 'CPU';
20 use less 'fat';
H A Dconstant.pm161 far less likely to send a space probe to the wrong planet because
212 Constants may be lists of more (or less) than one value. A constant
H A Dfields.pm289 the values. If the second array contains less elements than the first,
H A DBenchmark.t329 pass ("slow rate is less than fast rate");
331 "slowfast should be less than or equal to zero, and >= -100")) {
342 "slow rate isn't less than fast rate, so should be the same");
344 # small number less than zero, and this gets stringified as -0.
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmprivate.c228 { reg ssize_t less; local
231 less = size;
233 { if((less = vm->disc->round) <= 0)
234 less = _Vmpagesize;
235 less = (size/less)*less;
236 less = (less/vd->incr)*vd->incr;
237 if(less >
[all...]
/osnet-11/usr/src/lib/libc/inc/
H A Dmsgfmt.h56 * | (int) less |
94 int less; /* index of left leaf */ member in struct:msg_struct
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
H A DDict.pm41 If a comparison subroutine (comp) is defined, it must return less than zero,
42 zero, or greater than zero, if the first comparand is less than,
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.h128 /* must be less than BITMAPBITS for DoQueueRun */
131 ERROR _MAXQUEUEGROUPS must be less than _BITMAPBITS
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dheap.c166 int less; local
177 less = ctx->higher_priority(elt, ctx->heap[i]);
179 if (less)
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dsendkey.c127 {"comma", "less", ',', '<', 0x33},
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL175 underscore, backspace, character. Many pagers, such as B<less>, know how
200 formatting the output. Output will be wrapped at two columns less than the
209 unless B<-t> is given, in which case it's two columns less than the width of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm1218 push @pagers, qw( more< less notepad );
1222 push @pagers, qw( most more less type/page );
1225 push @pagers, qw( less.exe more.com< );
1230 unshift @pagers, 'less', 'cmd /c more <';
1232 push @pagers, qw( more less pg view cat );
H A DUsage.pm100 exit value is less than 2 (in which case the default is C<\*STDOUT>).
145 verbose level will default to 1 if the exit status is less than 2 and
156 If the exit status used is less than 2, then output is printed on
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DOverstrike.pm12 # pod2text Text.pm > plain.txt; less plain.txt
16 # pod2man Text.pm | nroff -man > fancy.txt; less fancy.txt
176 as the less program on Unix.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DSubstrHash.pm29 may seem excessive, the result is a hash table using much less internal
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s153 ble,pt %ncc, .dbmedl31 ! skip big loop if less than 32
223 sub %o2, 64, %o2 ! 64 less bytes to copy
261 sub %o2,32, %o2 ! 32 less bytes to copy
279 sub %o2, 8, %o2 ! 8 less bytes to copy
612 .medw7: ! count is ge 1, less than 8
660 ble,pt %ncc, .medl31 ! skip big loop if less than 32
824 bgu,pt %ncc, .large ! otherwise less than 16 bytes left
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h78 FNPROTO(less); variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm100 you run less (or more) tests than you planned, the missing (or extras)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm222 so that 112 indicates 2012. This rule also applies to years less than zero
/osnet-11/usr/src/cmd/perl/5.8.4/i386/
H A Dconfig.sh712 less='less'
/osnet-11/usr/src/cmd/perl/5.8.4/sparc/
H A Dconfig.sh711 less='less'
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm152 B<NOTE 1>: This higher resolution timer can return values either less
222 may be more or less than real or wallclock time. (This time is also
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c878 if (check_msg_list->less != LEAFINDICATOR) {
880 check_msg_list->less;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL269 been less cavalier in how the parts of the program communicated with each
274 Anyway, here it is. Should run on perl v4 or greater. Maybe less.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm127 Returns the number of octets placed in $buffer (must be less than or

Completed in 61 milliseconds

123