Searched refs:first (Results 226 - 250 of 402) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm124 the abbreviated first day of the week (the numbering starts from
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm78 parameters, the first parameter is a filename that may include
132 Fcntl->import(@O); # first we import what we want to export
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm324 The first and second forms explicitly identify the name of the
328 An object of a class created by the first and third forms is
394 With one or two arguments, the first argument is an index
413 With one or two arguments, the first argument is a key specifying
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnv.pm55 it with the (odd) value "C<:.>", but the first approach leaves it with "C<.>".
H A DMemoize.pm407 This function is very slow. Why? To compute fib(14), it first wants
409 fib(13), it first has to compute fib(12) and fib(11), and then it
419 `fib' function above, it will compute fib(14) exactly once, the first
656 or else it must be a reference to a list whose first element is one of
739 The first call caches the value C<3> in the scalar cache; the second
747 that was populated by the first call. C<pi> ends up being called only
792 version in the first place, including making the name refer to the
853 expect the first time you ask it to print the sum of 2 and 3, but
863 and then C<main> throws away the first user on the list and prints the
882 will discard the first elemen
[all...]
H A Dperl5db.pl21 When the debugger was first written, Perl didn't have a lot of its nicer
105 As you can see, the first pair applies when C<!> isn't supplied, and
250 {require 'perl5db.pl'}> before the first line.
326 =item * C<methods> - print the methods callable on the first item returned
479 The first C<BEGIN> block simply turns off warnings by saving the current
844 # # As above, on the first
847 # break_subroutine($sub [, $cond]) # break on the first breakable line
1144 environment first. if it's not defined there, we try to find it in
1437 the first command-line switch being '-emacs'), we shift this off and
2363 We change C<$start> to be one window back; if we go back past the first lin
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.pm70 entire input stream first, however, are quite apt to cause deadlock.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm645 # we need to turn the first argument into a file handle. Magic open will
738 characters, the first character is used as the left quote and the second as
739 the right quoted; and if it is four characters, the first two are used as
759 arguments, the first being the file handle to read POD from and the second
760 being the file handle to write the formatted output to. The first defaults
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DMemoize.pm66 This package allows a tied hash to autoload its values on the first access,
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsObject.h108 * time the first object in the list will be freed.
113 kms_object_t *first; /* points to first obj in the list */ member in struct:obj_to_be_freed_list
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c571 /* Calculate the pointer to the first CQ entry */
630 /* Calculate the pointer to the first CQ entry */
714 /* Calculate the pointer to the first CQ entry */
1413 /* Calculate the pointer to the first CQ entry */
1509 * the first HW owned entry.
1530 dapli_arbel_rq_prelink(caddr_t first, uint32_t desc_off, uint32_t wqesz, argument
1534 uint32_t *p = (uint32_t *)(uintptr_t)first;
1549 p[0] = HTOBE_32(desc_off); /* link last to first */
1555 dapli_arbel_sq_prelink(caddr_t first, uint32_t desc_off, uint32_t wqesz, argument
1559 uint32_t *p = (uint32_t *)(uintptr_t)first;
[all...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c832 /* move cursor to start of first line */
1196 int ed_setcursor(register Edit_t *ep,genchar *physical,register int old,register int new,int first) argument
1204 if(first < 0)
1206 first = 0;
1273 if(!ep->e_crlf || bs || (2*delta <= ((old-first)+(newpos.line?0:ep->e_plen))) )
1284 first = 1+(newpos.line*ep->e_winsz - ep->e_plen);
1287 old = first;
1288 delta = new-first;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL216 quote; if I<quotes> is two characters, the first character is used as the
218 characters, the first two are used as the left quote and the second two as
364 (Writing the short option first is arguably easier to read, since the long
501 Section ordering varies, although NAME should I<always> be the first section
503 DESCRIPTION, and OPTIONS generally always occur first and in that order if
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c286 If there are no short options for a given option, the first long option is
364 /* A pointers into the HOL's short_options field, to the first short option
372 /* Entries are sorted by their group first, in the order:
456 /* The first option must not be an alias. */
606 /* Iterator that returns true for the first short option. */
614 /* Returns the first valid short option in ENTRY, or 0 if there is none. */
622 /* Returns the first valid long option in ENTRY, or 0 if there is none. */
807 /* Compare short/short, long/short, short/long, using the first
810 first, but as they're not displayed, it doesn't matter where
819 same letter, in which case lower-case always comes first
1001 int first; member in struct:pentry_state
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm125 for ($kid = $op->first; $$kid; $kid = $kid->sibling) {
499 preceding the first C<"::">. This is used to turn C<"B::UNOP"> into
737 This method returns the name of the glob, but if the first
739 it to ^X first, so that *^G would return "^G" rather than "\cG".
959 =item first
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c253 register I32 first; local
257 first = *little++;
258 if (!first)
261 if (*big++ != first)
283 register I32 first = *little; local
286 if (!first && little >= littleend)
292 if (*big++ != first)
313 register I32 first = *little; local
316 if (!first && little >= littleend)
321 if (*big-- != first)
632 register I32 first; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm115 my $dest = \@syms; # symbols first
285 # Check for ref HASH as first argument.
295 # See if the first element of the optionlist contains option
1375 the first Perl module that provided support for handling the new style
1456 options first, and the other arguments last. Getopt::Long will,
1553 will call the subroutine with two or three arguments. The first
1590 The first name is called the I<primary> name, the other names are
1640 resulting in a value of 3 (provided it was 0 or undefined at first).
1781 To obtain this, a reference to a hash must be passed I<as the first
1789 exists() or defined() first
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c177 const char *first; local
180 for(first=format ; c= *format; format++)
184 sfwrite(stkp, first, format-first);
189 first = format;
225 first = format+1;
227 if(format>first)
228 sfwrite(stkp,first, format-first);
2159 int first local
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPgcore.c729 * Write the symtab out first so we can correctly
1541 int first; local
1557 first = 0;
1565 first = 0;
1573 first = 1;
1579 if (!first) {
1596 first = 0;
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c197 /* TODO: first strip leading and trailing whitespace */
249 char *first; local
253 first = "CD-ROM";
255 first = "CD-R";
257 first = "CD-RW";
301 snprintf (buf, MAX_STRING_SZ, _("External %s%s Drive"), first, second);
304 snprintf (buf, MAX_STRING_SZ, _("%s%s Drive"), first, second);
1892 /* first collect from root computer device */
1972 /* ensure ('pamconsole', 'user', 'users', 'defaults' options that imply other options), are first */
2010 /* ensure ('pamconsole', 'user', 'users', 'defaults' options that imply other options), are first */
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c867 * Clean up and return index of first non-option argument.
2495 list->first = NULL;
2508 if (HeadNode->first == NULL)
2511 HeadNode->last = HeadNode->first = Node;
2529 for(traverse = HeadNode->first; traverse; traverse = traverse->right)
2533 if(HeadNode->first == traverse)
2535 HeadNode->first = traverse->right;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm326 for (my $kid = $op->first; $$kid; $kid = $kid->sibling) {
660 $h{firstaddr} = sprintf("%#x", $ {$op->first}) if $op->can("first");
722 for (my $kid = $op->first; $$kid; $kid = $kid->sibling) {
753 # are compiled first, though, by the time we get to the user's program
834 The number on the first row indicates the op's sequence number. It's
925 Print sequence numbers with the most significant digit first. This is the
930 Print seqence numbers with the least significant digit first.
1043 The address of the OP's first child, in hexidecimal.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs568 static int first = 1;
572 if (first) {
573 first = 0;
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex356 \egroup % \vbox from first cropmarks clause
443 % But first, we have to remove the trailing space token.
534 % But first, it executes a specialized version of \checkenv
667 % max (\topskip - \ht (first item), 0). If that height is large,
704 % and the first line afterwards, we have to propagate \prevdepth.
971 % If WORD is `none', then suppress indentation of the first paragraph
1279 % subentries, which we calculated on our first read of the .toc above.
1329 \def\first{#1}
1334 \def\ppnn{\pgn=\first}
1361 \def\poptoks#1#2|ENDTOKS|{\let\first
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb.cc206 res->status = internal_db.first(&where, &single);
210 res->status = internal_db.first(query,
391 * If the action involves updates (ADD and REMOVE), it is logged first.
574 * should really record the log entry first, but can''t do that without

Completed in 151 milliseconds

1234567891011>>