Searched refs:once (Results 26 - 50 of 68) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DTest.pm143 You must call C<plan(...)> once and only once. You should call it
152 croak "Test::plan(): should not be called more than once" if $planned;
719 A past developer of this module once said that it was no longer being
H A DAutoLoader.pm204 used rather than loading them all at once.
H A DNEXT.pm324 call each method only once during a sequence of redispatches.
335 once. That is, to skip any classes in the hierarchy that it has
H A DPerlIO.pm90 layer stack more than once.
262 These defaults may change once perlio has been better tested and tuned.
H A DDigest.pm245 read-once operation. Once it has been performed, the $ctx object is
H A DMemoize.pm419 `fib' function above, it will compute fib(14) exactly once, the first
423 it once; the second time it needs the value it gets it from the table.
424 It doesn't compute fib(11) four times; it computes it once, getting it
748 once, and both subsequent calls return C<3> from the cache, regardless
835 course, and the memoized version of this function will call C<time> once
880 If you memoize C<getusers> here, it will work right exactly once. The
H A Ddiagnostics.pm52 descriptions found in L<perldiag>) are only displayed once (no duplicate
H A DExporter.pm423 A workaround for this is to call the constants once in a C<BEGIN> block:
H A Dattributes.pm201 The following subroutines are available for general use once this module
H A DBenchmark.pm272 rounds of the null loop will be calculated only once for each
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm113 links (followed) may contain files more than once and may even have
136 than once. It does detect cycles, however. Since only symbolic links
138 processing a file more than once (by the user's C<wanted()> function)
311 more than once (only if C<follow_fast> is in effect).
1016 # once untainted, $updir_loc is pushed on the stack (as parent directory);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm236 process and optag definitions cannot be altered or deleted once
248 currently I<no> mechanism for unmasking ops once they have been masked.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafeops.t422 once SKIP {use feature 'state'; state $foo = 42;}
H A Dopcode.pl1117 once once ck_null |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm254 Attributes, once set, last until they are unset (by sending the attribute
337 =item Name "%s" used only once: possible typo
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h402 cx->sb_once = once, \
H A Dpp_hot.c1258 /* PMdf_USED is set after a ?? matches once */
1972 bool once; local
2019 position, once with zero-length,
2051 /* only replace once? */
2052 once = !(rpm->op_pmflags & PMf_GLOBAL);
2078 if (c && (I32)clen <= rx->minlen && (once || !(r_flags & REXEC_COPY_STR))
2097 if (once) {
2223 if (once)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm202 read-once operation. Once it has been performed, the C<Digest::MD5>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm13 # Object Generator 8 transcoders all at once!
180 file, make sure you encode() the whole text at once, not line by line
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c72 * need no backtracking once a complete match is found.
3205 p->env->once = 1;
3329 p->env->once = 1;
3486 if (!q->env->once)
3487 p->env->once = 0;
3498 p->env->once = 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm125 Most OS have a maximum command length they can execute at once. Large
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm141 individual item strings once the list type has been determined. Usage:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL204 files at once. The convention for Unix man pages for commands is for the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL234 calling level then it is displayed once with a repeat count.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm628 * 4. Use the MY_CXT_INIT macro such that it is called exactly once

Completed in 67 milliseconds

123