Home | History | Annotate | Download | only in src

Lines Matching refs:column

38   /* If nonnegative, the (origin-1) column just after the boundary.
40 column count. If this is INT_MAX, the column number has
45 int column;
55 b->column = c;
67 res = a.column - b.column;
75 return (a.column == b.column
123 /* LOC_STR must be formatted as `file:line.column', it will be modified. */