Home | History | Annotate | Download | only in src

Lines Matching refs:line

31   /* If nonnegative, the (origin-1) line that contains the boundary.
32 If this is INT_MAX, the line number has overflowed.
36 int line;
54 b->line = l;
65 res = a.line - b.line;
76 && a.line == b.line
109 /* Output to OUT the line and caret corresponding to location LOC. */
123 /* LOC_STR must be formatted as `file:line.column', it will be modified. */