Lines Matching refs:what
325 my ($what, $line, $file, $l) = @_;
328 if(!$ignore_used{$what}) {
330 $line, length($what) + 11, $file, $l,
333 $ignore_set{$what}=0;
334 $ignore_used{$what}=0;
335 $ignore{$what}=0;
340 my ($enable, $what) = ($1, $2);
341 $what =~ s: *\*/$::; # cut off end of C comment
345 if($what =~ /([^ ]*) +(.*)/) {
349 $warn = $what;
378 enable_warn($what, $line, $file, $l);