Lines Matching refs:SIZE_MAX
320 if (!(s = slice_offset(&spos, offset))) return SIZE_MAX;
331 return SIZE_MAX;
341 if (!(s = slice_offset(&spos, offset))) return SIZE_MAX;
352 return SIZE_MAX;
419 else if ((pos = text_strrchr(offset-1, '\n')) == SIZE_MAX) return 0;
428 else if ((offset = text_strchr(offset, '\n')) == SIZE_MAX)
458 if ((end = text_strchr(offset, '\n')) == SIZE_MAX)
494 return SIZE_MAX;
789 if (pos != SIZE_MAX) TT.cursor = pos;
1018 if ((TT.cursor = text_strchr(TT.cursor, '\n')) == SIZE_MAX)
1036 if (pos != SIZE_MAX) TT.cursor = pos;
1044 if (pos != SIZE_MAX) TT.cursor = pos;
1059 for ( ;count && (next = text_strchr(next+1, '\n')) != SIZE_MAX; count--)
1109 if ((next = text_strchr(TT.cursor, '\n')) == SIZE_MAX) break;