Lines Matching refs:static
24 my $static = 0;
67 -static Make the load/unload functions static.
98 } elsif ( $arg eq "-static" ) {
99 $static = 1;
117 die "Cannot mix -internal and -static\n" if $static;
454 if ( ! $static ) {
553 static ${const}ERR_STRING_DATA ${lib}_str_reasons[] = {
594 my $st = $static ? "static " : "";
597 static int lib_code = 0;
598 static int error_loaded = 0;