Searched refs:after (Results 26 - 50 of 131) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm209 after the -next_page routine returns a false value. The subroutine
260 interesting effect is to display a series of pages, then, after the
289 wish to delay after the current page is displayed and before
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm153 numeric value. Cached data will expire after this many seconds, and
158 data item will be discarded and looked up afresh after the I<n>th time
269 cache item after ten seconds.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm502 # If we're trying to preserve two spaces after sentences, do some
614 If set to a true value, a blank line is printed after a C<=head1> heading.
615 If set to false (the default), no blank line is printed after C<=head1>,
616 although one is still printed after C<=head2>. This is the default because
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dstat.t366 like($_, qr/perl/, 'after readline');
373 like($_, qr/perl/, 'reopened and after readline');
377 ok(seek(FOO,0,0), 'after seek');
415 'lstat _ croaks after stat' );
418 '-l _ croaks after stat' );
428 'lstat croaks after -T _' );
431 '-l _ croaks after -T _' );
H A Dmagic.t259 ok((($Is_MSWin32 || $Is_os2) ? uc($_) eq uc($s1) : $_ eq $s1), " :$_:!=:$s1: after `$perl $script`");
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist158 143 Cannot send after socket shutdown
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c51 " [before[,after]]:=2,2]"
160 int after; /* # lines to list after match */ member in struct:State_s
224 if (state->number || state->before || state->after || !regrecord(&x->re))
686 state.after = (*s == ',') ? (int)strtol(s + 1, &s, 0) : state.before;
691 state.before = state.after = 2;
731 error(3, "%s: invalid characters after test", s);
H A Dfind.c58 " after the \apath\a arguments. For numeric arguments \an\a, \a+n\a"
404 "Process directories before and and after the contents are processed.",
490 "File was accessed \adays\a days after its status changed.",
957 error(1, "%s: invalid character%s after number", e, *(e + 1) ? "s" : "");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlcc.PL59 $SIG{INT} = sub { exit(); }; # exit gracefully and clean up after ourselves.
607 $ perlcc -I /foo hello # extra headers (notice the space after -I)
608 $ perlcc -L /foo hello # extra libraries (notice the space after -L)
658 Do not delete generated C code after compilation.
676 Run the resulting compiled script after compiling it.
H A Dperlivp.PL382 Perl version it was built under. It can be used after running:
409 Gives more detailed information about each test, after it has been performed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm35 # Note: if you change the code after this 'use', please
86 STDERR after deparsing has finished. This suppresses the "Syntax OK"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm62 (i.e. it is unlinked after creation, but held open). If the temporary
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm46 # Autoload methods go after =cut, and are processed by the autosplit program.
167 decimal separator and five after. To see the microseconds you can use
181 The C<SIGALRM> signal is sent after the specified number of seconds.
195 Start up an interval timer: after a certain time, a signal arrives,
198 is set to zero (or unspecified), the timer is disabled B<after> the
285 # after that every 2.5 seconds, in process virtual time
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm58 open2() does not wait for and reap the child process after it exits.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DDomain.pm323 Returns the remainder of the FQDN after the I<hostname> has been removed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSymbol.pm77 stop working after you delete C<Foo>, even if you reload the C<Foo> module
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm506 my $after = '';
522 ++$tmp, $after .= $self->{'_up'} if $self->{'_up'};
525 ++$tmp, $after .= $self->{'_bc'};
563 $string = Tpad($self, $result . $string . $after, $cnt);
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemcpy.s129 addl %eax,%edi / %edi, %esi by four after each copy
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm136 number. It is tolerated if the test numbers after 'ok' are
157 Anything after the test number but before the # is considered to be
167 variations in spacing and case) after C<ok> or C<ok NUMBER>, it is
170 C<Test::Harness> reports the text after C< # Skip\S*\s+> as a reason
182 If the standard output line contains the substring C< # TODO > after
189 Note that the TODO must have a space after it.
219 to standard output. Any message after these words will be displayed by
750 print "Confused test output: test $curr answered after ".
1060 When set to the name of a directory, harness will check after each
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL126 By default, a line is written to standard output after the editing script
137 with whitespace being permitted before or after addresses, and between
866 after the backslash. A sequence of atoms enclosed in B<\(> and B<\)>
911 If the first character after B<[> is B<^>, the sense of matching is
915 include a literal 'C<]>' place it first or immediately after an
917 second after B<^>) or last character, or the second endpoint of
1272 Warn( "invalid address after `,'", $fl );
1321 Warn( "extra characters after command ($cmd)", $fl );
1460 Warn( "extra characters after command ($cmd)", $fl );
1891 =item extra characters after comman
[all...]
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex52 % Sometimes one run after texindex suffices, and sometimes you need more
210 % Append this vertical mode material after the current line in the output.
490 % actual body; @end closes the group after calling \Efoo. \envdef also
691 % end-of-line in the output. We don't want the end-of-line after
700 % \lineskip glue after it. Thus, space below is not quite equal to space
765 % page after the empty box. So we use a penalty of 9999.
779 % Do not allow a page break right after this kern.
972 % after a section heading. If WORD is `insert', then do indent at such
2052 % Do an implicit @contents or @shortcontents after @end titlepage if the
2092 % after th
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t17 A $testcase{<name>} contains entries (after the comment ### <name> ###):
25 in the name), and removed after the test.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DEmbed.pm412 B<[@link_args]> is equivalent to arguments found after the B<--> token.
450 Any arguments after the second '--' token are additional linker
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemset.s173 and %o2, 63, %o3 ! %o3 = bytes left after blk stores.
351 and %o2, 7, %o2 ! calc bytes left after long words
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm627 * 3. Use the START_MY_CXT macro after the declaration of my_cxt_t.
640 * right after the definition (i.e. at file scope). The non-threads
1061 while (s < send && isDIGIT(*s)) /* optional digits after the radix */
1067 /* no digits before the radix means we need digits after it */

Completed in 115 milliseconds

123456