Lines Matching refs:column
55 const char *fname, int lineno, int column,
95 file and line/column number. If any of the numbers is zero,
122 /* See whether line and possibly column match. */
125 || (column != 0 && column > line->column)))
138 || (column != 0
139 && (dwfl_line (match[inner])->column != line->column
140 || dwfl_line (match[inner])->column != column))))
146 || dwfl_line (match[inner])->column >= line->column))