Home | History | Annotate | Download | only in bin

Lines Matching refs:last_touched_line

1670   my $last_touched_line = -1;  # To detect gaps in disassembly for a line
1726 if ($line != $last_touched_line && $disasm{$line} ne '') {
1731 $last_touched_line = $line;
1740 if ($lastline != $last_touched_line && $disasm{$lastline} ne '') {