Searched refs:start_line (Results 1 – 4 of 4) sorted by relevance
124 local start_line="$(grep -n -F "${start_delim}" "${dst_file}" | cut -d: -f1)"128 (( start_line-- ))133 if [[ -z "$start_line" ]]; then145 if [[ "$start_line" -ge "$end_line" ]]; then146 echo "Starting delim later than ending delim: $start_line vs $end_line" >& 2155 head -n "$start_line" "${dst_file}" > "${tmp_name}"
159 print('%sstart_line: %d' % (space, function.start_line))235 self.start_line = 0541 function.start_line = source_line593 profile_function.start_line = function.start_line
451 def request_lines(self, start_line, end_line): argument452 self.requested_lines |= set(range(start_line, end_line + 1))704 start_file_path, start_line = start_source[-1]706 if start_file_path != end_file_path or start_line > end_line:709 source_file.request_lines(start_line, end_line)710 function.source_info = (source_file.file_id, start_line, end_line)
304 start_line = i308 return i, lines[start_line:i]