Lines Matching refs:start
263 my $start = 0;
282 # Handle start of macro (or any preprocessor directive).
337 # start of the outer level set of braces (function body?).
340 $start = $potential_start;
357 push @ranges, [ $start, $INPUT_LINE_NUMBER, $name ];
440 my $start = 0;
460 # Handle start of macro (or any preprocessor directive).
518 # start of the outer level set of braces (function/class/interface body?).
525 push @ranges, [ $start, ($INPUT_LINE_NUMBER - 1),
532 $start = $potential_start;
558 push @ranges, [ $start, $INPUT_LINE_NUMBER,
567 $start = $INPUT_LINE_NUMBER + 1;
573 $start = 0;