Lines Matching full:export
37 # A symbol that is suffixed with '(export only)' has these properties
45 # export. But be careful that a different .config might use the symbol.
85 my %export = (); # $export{$name} exists if there is an EXPORT_... of $name
386 my ($kstrtab, $ksymtab, $export);
400 $export = 0;
404 $export = 1;
408 if ($export) {
409 $export{$name} = "";
460 my $export;
461 if (exists($export{$_})) {
462 $export = " (export only)";
464 $export = "";
466 printf " $_$export\n";