Lines Matching defs:start_line
52 if (option_arg.getAsInteger(0, start_line))
96 start_line = 0;
111 uint32_t start_line;
134 // start_line option was specified, don't print lines less than start_line.
142 uint32_t start_line = m_options.start_line;
163 if (start_line > 0 && line_entry.line < start_line)
191 // contained in one of the modules. If the start_line option was specified,
192 // don't print lines less than start_line. If the end_line option was
197 uint32_t start_line = m_options.start_line;
214 // Dump all matching lines at or above start_line for the file in the
219 uint32_t line = start_line;
272 // in one of the modules. If the start_line option was specified, don't print
273 // lines less than start_line. If the end_line option was specified, don't
614 if (option_arg.getAsInteger(0, start_line))
656 start_line = value.GetLineNumber();
674 start_line = 0;
690 uint32_t start_line;
781 uint32_t start_line;
787 sc.function->GetStartLineSourceInfo(start_file, start_line);
788 if (start_line == 0) {
798 start_line = source_info.line_entry.line;
799 end_line = start_line + m_options.num_lines;
812 if (start_line <= extra_lines)
815 line_no = start_line - extra_lines;
1065 if (m_options.start_line == 0) {
1092 m_options.start_line, // Line to display
1175 m_options.start_line, column, 0, m_options.num_lines, "",