Searched refs:current (Results 151 - 175 of 235) sorted by relevance

12345678910

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm783 # Here you see the *current* list of methods that are overridable
819 # We have to clean out %INC also, because the current directory is
916 !!! that is unlikely to work with current MakeMaker. !!!
925 !!! that is unlikely to work with current MakeMaker. !!!
994 MakeMaker is object oriented. Each directory below the current
1030 current directory and if it exists it execute the script with the
1046 F<test.pl> exists in the current directory, it is used for the test.
1176 That produces a new perl binary in the current directory with all
1490 It is not necessary to mention DynaLoader or the current extension when
1492 only DynaLoader and the current extensio
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm275 of a C<LE<lt>...E<gt>> sequence. The result is stored in the current object.
772 If no argument is given, the current list of nodes is returned in the
816 If no argument is given, the current list of index entries is returned in the
H A DParser.pm137 like current font, indentation, horizontal or vertical position, or
608 B<preprocess_paragraph()> returns, the current cutting state (which
711 text-string encountered, and C<$ptree_node> is a reference to the current
769 ## Keep track of the "current" interior sequence, and maintain a stack
824 ## End of current sequence, record terminating delimiter
828 ## Append result to its parent in current parse tree
831 ## Remember the current cmd-name and left-delimiter
848 ## Remember the "current" sequence
1036 of this method I<will not affect> the input stream used by the current
1077 ## Append this line to the current paragrap
[all...]
H A DChecker.pm144 The given link to I<NAME> does not have a matching node in the current
573 $self->{_current_head1} = ''; # the current =head1 block
673 and C<=item>) of the current POD. The nodes are returned in the order of
698 C<XE<lt>E<gt>>) of the current POD. They consist of plain text, each piece
703 # set/return index entries of current POD
723 C<LE<lt>E<gt>>) of the current POD. They consist of a 2-item array: line
730 # set/return hyperlinks of the current POD
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH214 * routine is available to get the current process group.
437 * to change the effective gid of the current program.
443 * to change the effective uid of the current program.
468 * routine is available to set the current process group.
480 * available to change the real and effective gid of the current
485 * available to change the real, effective and saved gid of the current
493 * available to change the real and effective uid of the current
498 * available to change the real, effective and saved uid of the current
506 * to change the real gid of the current program.
512 * to change the real uid of the current progra
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs388 * The current workaround is to mark the context as dirty when croaking,
495 * Those macros are used in do_retrieve() to save the current memory
1499 * Free current context, which cannot be the "root" one.
3748 CROAK(("Corrupted storable %s (binary v%d.%d), current is v%d.%d",
5421 unsigned char *current;
5444 current = buf + --len; /* Do the -- outside of macros. */
5455 READ(current + 1, (SSize_t)(old_len - len));
5459 current = buf + old_len;
5461 use_network_order = *current;
5555 current
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm92 preprocess the current directory. The name of the currently processed
105 arguments. The name of the current directory is in C<$File::Find::dir>. This
203 =item C<$File::Find::dir> is the current directory name,
205 =item C<$_> is the current filename within that directory
330 The path separator is ':', not '/', and the current directory is denoted
851 # Get the list of files in the current directory.
892 # stat is faster for a file in the current directory
1089 # Get the list of files in the current directory.
H A DBasename.pm114 in the input file specification, then the current default device and
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c486 env->order_depth, CONTEXT, env->current);
498 env->order_depth, CONTEXT, env->current);
2051 PUSH(DS, (fstack_t)&env->current);
2064 env->current = CONTEXT;
2066 env->order_depth, CONTEXT, env->current);
2148 env->order_depth, CONTEXT, env->current);
2166 env->order_depth, CONTEXT, env->current);
2651 FORTH(0, "current", do_current);
H A Ddebug.c197 if (env->current)
198 order[norder++] = env->current;
566 dptr = env->current;
919 * Print out current process's C stack using /usr/proc/bin/pstack
H A Dpackage.c114 get_path(env, d), env->order_depth, CONTEXT, env->current);
160 CONTEXT, env->current);
1044 FORTH(0, "current-device", current_device);
H A Dfcode.c89 LINK_TO_ACF(env->lastlink), name, env->current);
297 *dptr = *((acf_t)env->current);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL158 date of the input file will be used, or the current date if input comes from
461 Who wrote it (use AUTHORS for multiple people). Including your current
528 The current version of this script is always available from its web site at
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex200 % @| inserts a changebar to the left of the current line. It should
210 % Append this vertical mode material after the current line in the output.
212 % We want to insert a rule with the height and depth of the current
491 % defines \thisenv, so the current environment is known; @end checks
493 % used to check whether the current environment is the one expected.
712 % if the group doesn't fit on the current page, and it's a big big
806 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
1031 % _ active, and distinguish by seeing if the current family is \slfam,
1078 % @dots{} outputs an ellipsis using the current font.
1394 % Change the current fon
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm86 Returns a Test::Builder object representing the current state of the
649 Skips the current test, reporting $why.
1060 Gets/sets the current test # we're on.
1073 Carp::croak("Can't change the current test number without a plan!");
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dusbhub.c128 hubdesc.current);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c478 static void progress_update(struct progress_bar *p, u64 current) argument
480 float percent = p->unit * current;
482 if (current != p->stop) {
483 if ((current - p->start) % p->resolution)
674 u64 cl, last_cl; /* current and last used cluster */
1109 s64 cl; /* current cluster */
H A Dntfsresize.c902 s64 cl; /* current cluster */
965 static void progress_update(struct progress_bar *p, u64 current) argument
975 percent = p->unit * current;
976 if (current != p->stop) {
977 if ((current - p->start) % p->resolution)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DGuess.pm215 C<set_suspects> flushes the current suspects list while
/osnet-11/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c347 find_next_section(picl_nodehdl_t current, picl_nodehdl_t *next) argument
351 if (picl_get_propval_by_name(current, PICL_PROP_PEER,
/osnet-11/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c358 find_next_section(picl_nodehdl_t current, picl_nodehdl_t *next) argument
362 if (ptree_get_propval_by_name(current, PICL_PROP_PEER,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm405 directory name in the current working directory, where the leading colon
409 all files and directories in the current directory.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DNEXT.pm213 of the current class. C<$self-E<gt>NEXT::m()> can backtrack
214 past the current class -- to look for a suitable method in other
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm614 then the current state is returned. Otherwise the state is changed to
644 Returns the most significant digit of the current status code. If a command
H A DSMTP.pm677 Notify the server that the current message should be sent to all of the
707 Initiate the sending of the data from the current message.

Completed in 79 milliseconds

12345678910