Searched refs:current (Results 101 - 125 of 235) sorted by relevance

12345678910

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm395 Returns the current filename and line number for the paragraph
688 Returns the current filename and line number for the interior sequence
819 This method prepends the given text or parse-tree to the current parse-tree.
823 the current one.
847 This method appends the given text or parse-tree to the current parse-tree.
851 the current one.
H A DSelect.pm220 current section:
266 ## Initialize the current set of active section headings.
278 ## Initialize current section heading titles if necessary
300 returned. If there is no current section heading at the specified
321 See B<add_selection()> for adding to the current set of selected
351 ## to the current set of selections; otherwise the given section
352 ## specifications will *replace* the current set of selections.
435 C<$headingN> is omitted then it defaults to the current corresponding
452 ## Default any unspecified sections to the current one
489 responsible for keeping track of the current inpu
[all...]
H A DLaTeX.pm399 $self->{_CURRENT_HEAD1} = ''; # Name of current HEAD1 section
488 Can be used to set or retrieve the current value.
518 Can be used to set or retrieve the current value.
551 Can be used to set or retrieve the current value:
592 Can be used to set or retrieve the current value:
620 Can be used to set or retrieve the current value:
693 The C<Label> is set from the pod name regardless of any current value
1393 (determined from the state of the current C<Pod::List> object)
1702 the current C<Label> and an exclamation mark.
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dparse.c109 parent = lexp->current;
154 sfprintf(lexp->kiatmp,"p;%..64d;v;%..64d;%d;%d;s;\n",lexp->current,r,line,eline);
668 /* save current input */
746 unsigned long current = lexp->current; local
791 lexp->current = kiaentity(lexp,t->funct.functnam,-1,'p',-1,-1,lexp->script,'p',0,"");
882 /* copy current word token to current stak frame */
903 lexp->current = current;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm63 the name of a subroutine in the current package. Typical mistakes that it will
80 method name that lives in a non-current package but begins with
139 my $file = "unknown"; # shadows current filename
140 my $line = 0; # shadows current line number
141 my $curstash = "main"; # shadows current stash
H A DC.pm62 $section->[-1]{current} = [];
89 my $current = $section->{current};
92 push @$current, @_;
95 push @{$section->{chunks}}, $current;
96 $section->{current} = [];
115 push @{$section->[-1]{chunks}}, $section->[-1]{current};
1441 struct perl_thread *xcv_owner; /* current owner thread */
1841 # Now see if current package looks like an OO class this is probably too strong.
2155 have subs in which need compiling but the current versio
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm215 # group may be replied as '(current group)'
756 If no arguments are passed then the current article in the currently
759 C<MSGNUM> is a numeric id of an article in the current newsgroup, and
760 will change the current article pointer. C<MSGID> is the message id of
790 the C<nntpstat> command serves to set the "current article pointer" without
795 selection by message-id does B<not> alter the "current article pointer".
797 Returns the message-id of the "current article".
801 Set and/or get the current group. If C<GROUP> is not given then information
802 is returned on the current group.
826 Set the "current articl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm228 rolling "current century," defined as 50 years on either side of the current
283 The current version was written by Graham Barr.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/
H A DUtils.pm140 Returns the name MakeMaker will use for a backup of the current
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscmp.c277 static void progress_update(struct progress_bar *p, u64 current) argument
287 percent = p->unit * current;
288 if (current != p->stop) {
289 if ((current - p->start) % p->resolution)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm126 answers for a yes/no question in the current locale.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DPoll.pm166 If EVENT_MASK is not given then the return value will be the current
H A DSocket.pm451 any arguments then the current setting is returned. If called with an argument
452 the current setting is changed and the previous value returned.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DCommand.pm119 Makes files exist, with current timestamp
H A Dxsubpp229 $current = \$junk;
233 if (/^INPUT\s*$/) { $mode = 'Input'; $current = \$junk; next; }
234 if (/^OUTPUT\s*$/) { $mode = 'Output'; $current = \$junk; next; }
235 if (/^TYPEMAP\s*$/) { $mode = 'Typemap'; $current = \$junk; next; }
253 $$current .= $_;
258 $current = \$input_expr{$_};
263 $current = \$output_expr{$_};
623 # the rest of the current line should contain either TRUE,
641 # the rest of the current line should contain a version number
659 # the rest of the current lin
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileCache.pm68 FileCache does not store the current file offset if it finds it necessary to
H A DFindBin.pm32 C<STDIN> then FindBin sets both C<$Bin> and C<$RealBin> to the current
159 croak("Cannot find current script '$0'") unless(-f $script);
H A Dautouse.pm110 declares functions func1() and func2() in the current package. When
H A Dutf8.pm48 program text in the current lexical scope (allow UTF-EBCDIC on EBCDIC based
50 the source text as literal bytes in the current lexical scope.
H A DAutoSplit.pm81 in its current form (the modtime test).
85 B<lib> relative to the current directory. Each file is sent to the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DOverstrike.pm191 The current version of this module is always available from its web site at
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DSubstrHash.pm34 Because the current implementation uses the table and key sizes for the
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s233 ! %i3 points is current src ptr (8-byte aligned)
247 andcc %l1, %i5, %g0 ! current byte zero?
249 bnz,a %ncc, .searchbyte ! current byte != zero, continue search
330 ! here: %i3 points to current src byte
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c265 char *outname; /* Name of the current output file */
446 /* Add a new action to the current transaction set
476 ** into the current action table. Then reset the transaction set back
487 ** must be appended to the current action table
506 ** insert the current transaction set. Fall out of the loop when that
1035 static struct config *current = 0; /* Top of list of configurations */ variable in typeref:struct:config
1069 current = 0;
1070 currentend = &current;
1079 current = 0;
1080 currentend = &current;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs219 integer type (the C<int> type on the current platform). When returning

Completed in 53 milliseconds

12345678910