Lines Matching refs:list
311 # We reverse the input list for cosmetic purely reasons, to compensate that
312 # 'unshift' adds at the front of the list (i.e. in reverse input order).
650 my @list = (reverse @tls);
651 while ((my $first, my $second) = (shift @list, shift @list)) {
652 last unless @list;
654 => [ @list ] );
655 unshift @list, $second;
657 my @list = (reverse @dtls);
658 while ((my $first, my $second) = (shift @list, shift @list)) {
659 last unless @list;
661 => [ @list ] );
662 unshift @list, $second;
670 # platform specific list separators. Users from those platforms should
707 # prefix. This should NEVER mention any such variable with a list for value.
1789 # 'skipped' entry in there with the list of skipped directories.
1917 # the list of its intended destinations as value. When everything has
3129 # - If a value is a coderef, it will be executed with the list of
3132 # empty string, the inherited value list will be run through the
3136 # will simply override the inherited list of values.
3145 my $inherited = shift; # Always a [ list ]
3553 # Returns a list of tokens.