Lines Matching defs:column
169 // We don't use ANSI stop column formatting if the debugger doesn't think it
178 // We don't use ANSI stop column formatting if we can't lookup values from
183 // We don't use ANSI stop column formatting if the debugger doesn't think it
188 // We only use ANSI stop column formatting if we're either supposed to show
197 // We don't use text-based stop column formatting if we can't lookup values
218 uint32_t start_line, uint32_t count, uint32_t curr_line, uint32_t column,
277 // So far we treated column 0 as a special 'no column value', but
278 // DisplaySourceLines starts counting columns from 0 (and no column is
281 if (line == curr_line && column)
282 columnToHighlight = column - 1;
286 if (column != 0 && line == curr_line &&
293 for (size_t i = 0; i + 1 < column && i < src_line.length(); ++i)
308 const FileSpec &file_spec, uint32_t line, uint32_t column,
328 start_line, count, line, column, current_line_cstr, s, bp_locs);
369 const uint32_t column = 0;
371 m_last_line, m_last_count, UINT32_MAX, column, "", s, bp_locs);
619 std::optional<size_t> column,
640 // If we should mark the stop column with color codes, then copy the prefix
668 h.Highlight(style, ref, column, "", *s);