Lines Matching refs:oneline
91 my $oneline = ${$patchcodefile}[$i];
93 if ( $oneline =~ /^\s*\#/ ) { next; } # this is a comment line
94 if ( $oneline =~ /^\s*$/ ) { next; }
97 if ( $oneline =~ /^\s*(\S+)\s/ ) { $code = $1; }
118 $oneline = $signature . "\t" . $rootvalue . "\t" . $key . "\t" . $name . "\t" . $type . "\n";
119 push(@{$reglocatfile}, $oneline);
121 $oneline = $property . "\t" . $signature . "\n";
122 push(@{$appsearchfile}, $oneline);
127 $oneline = $signature . "\t" . $rootvalue . "\t" . $key . "\t" . $name . "\t" . $type . "\n";
128 push(@{$reglocatfile}, $oneline);
130 $oneline = $property . "\t" . $signature . "\n";
131 push(@{$appsearchfile}, $oneline);