Lines Matching refs:OUT
26 open(OUT, ">tmp");
31 print OUT $line;
33 print OUT "#include <tommath.h>\n#ifdef $define\n$line";
38 print OUT $_;
42 print OUT "#endif\n";
45 close OUT;
93 open(OUT,">callgraph.txt");
98 print OUT "\n\n";
100 close(OUT);
111 elsif ($indent >= 1) { print OUT "| " x ($indent - 1) . "+--->"; }
112 print OUT @funcs[0] . "\n";