Lines Matching refs:column
56 const char *fname, int lineno, int column,
96 file and line/column number. If any of the numbers is zero,
123 /* See whether line and possibly column match. */
126 || (column != 0 && column > line->column)))
139 || (column != 0
140 && (dwfl_line (match[inner])->column != line->column
141 || dwfl_line (match[inner])->column != column))))
147 || dwfl_line (match[inner])->column >= line->column))