Lines Matching refs:line
38 while (defined ($line = <CFG>))
40 if ($line =~ /^\s*Section\s*"([a-zA-Z]+)"/i)
52 if ($line =~ /^\s*EndSection/i)
61 if ($line =~ /^\s*driver\s+\"(?:mouse|vboxmouse)\"/i)
63 $line = " Driver \"vboxmouse\"\n Option \"CorePointer\"\n";
68 if ($line =~ /^\s*option\s+\"(?:alwayscore|sendcoreevents|corepointer)\"/i)
70 $line = "";
76 if ($line =~ /^\s*option\s+\"(?:device)\"\s+\"(?:\/dev\/mouse)\"/i)
78 $line = " Option \"Device\" \"\/dev\/kdmouse\"\n"
82 if ($line =~ /^\s*driver\s+\"(?:fbdev|vga|vesa|vboxvideo|ChangeMe)\"/i)
84 $line = " Driver \"vboxvideo\"\n";
90 if ( $line =~ /^\s*inputdevice.*\"(?:alwayscore|sendcoreevents)\"/i)
92 $line = "";
95 print TMP $line;