Lines Matching refs:line
71 # Go through the configuration file line by line
72 while (defined ($line = <CFG>)) {
74 if ($line =~ /^\s*Section\s*"([a-zA-Z]+)"/i) {
87 if ($line =~ /^\s*EndSection/i && $in_layout) {
91 if ($line =~ /^\s*EndSection/i) {
100 if ($line =~ /^\s*driver\s+\"(fbdev|vga|vesa|vboxvideo|ChangeMe)\"/i) {
101 $line =~ s/(fbdev|vga|vesa|vboxvideo|ChangeMe)/$videodrv/i;
106 if ($line =~ /^\s*driver\s+\"(?:vboxmouse)\"/i)
113 if ( $line =~ /^\s*inputdevice.*\"vboxmouse\"/i)
115 $line = "";
118 print TMP $line;