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

/macosx-10.9.5/swig-10/Source/Modules/
H A Dperl5.cxx86 static File *f_pm = 0; variable
309 f_pm = NewString(0);
323 if ((f_pm = NewFile(filen, "w", SWIG_output_files())) == 0) {
329 Swig_register_filebyname("pm", f_pm);
330 Swig_register_filebyname("perl", f_pm);
340 Swig_banner_target_lang(f_pm, "#");
341 Printf(f_pm, "\n");
343 Printf(f_pm, "package %s;\n", module);
351 Printf(f_pm,"use base qw(DynaLoader);\n");
353 Printf(f_pm,"us
[all...]

Completed in 104 milliseconds