Home | History | Annotate | Download | only in src

Lines Matching full:int_max

32    INT_MAX) to COLUMN; otherwise, add mbsnwidth (BUF, BUFSIZE, 0) to
34 return INT_MAX. Assume COLUMN is nonnegative. */
40 unsigned int remaining_columns = INT_MAX - column;
44 if (INT_MAX / 2 <= bufsize)
45 return INT_MAX;
51 return width <= remaining_columns ? column + width : INT_MAX;
72 line += line < INT_MAX;
92 if (line == INT_MAX && loc->start.line != INT_MAX)
94 if (column == INT_MAX && loc->start.column != INT_MAX)