Home | History | Annotate | Download | only in src

Lines Matching refs:linenumber

301   # Cache from filename/linenumber to source code
1292 # [start_address, filename, linenumber, instruction, limit_address]
1308 my $linenumber = -1;
1315 # <filename>:<linenumber>
1317 $linenumber = $2;
1323 $last = [$k, $filename, $linenumber, $2, $end_addr];
1820 # Return the source line for the specified file/linenumber.