Searched refs:bare (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-probe.c371 char *biosname, *bare, *efi; local
401 bare = guess_baremetal_drive (device_name);
402 if (bare)
405 print_full_name (bare, dev);
408 free (bare);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm60 =item B<bare-subs>
H A DDeparse.pm2478 my $bare = 0;
2481 if ($kid->name eq "lineseq") { # bare or infinite loop
2486 $bare = 1;
2524 } elsif ($kid->name eq "stub") { # bare and empty
2529 # in a bare loop, when it will point to the leaveloop. When neither of
2531 # block (or the last in a bare loop).
2535 if ($bare) {
2990 $meth = $self->const_sv($meth)->PV; # needs to be bare
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm186 Normally (by default) B<Pod::Parser> recognizes a bare minimum of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c755 * int token : PL_next will be this type of bare word (e.g., METHOD,WORD)
4098 /* Call it a bare word */
6550 deprecate_old("bare << to mean <<\"\"");

Completed in 42 milliseconds