Lines Matching full:column
53 const char *fname, int lineno, int column,
80 file and line/column number. If any of the numbers is zero,
107 /* See whether line and possibly column match. */
110 || (column != 0 && column > line->column)))
123 || (column != 0
124 && (dwfl_line (match[inner])->column != line->column
125 || dwfl_line (match[inner])->column != column))))
131 || dwfl_line (match[inner])->column >= line->column))