Lines Matching refs:TMP
24 my $TMP;
33 open(TMP, ">$temp") or die "Can't create $TMP: $!\n";
95 print TMP $line;
99 print TMP "\n";
100 print TMP "Section \"InputDevice\"\n";
101 print TMP " Identifier \"VBoxMouse\"\n";
102 print TMP " Driver \"vboxmouse\"\n";
105 print TMP " Option \"Device\" \"\/dev\/kdmouse\"\n";
107 print TMP " Option \"CorePointer\"\n";
108 print TMP "EndSection\n";
110 close(TMP);