Lines Matching refs:text_strchr
313 static size_t text_strchr(size_t offset, char c)
428 else if ((offset = text_strchr(offset, '\n')) == SIZE_MAX)
458 if ((end = text_strchr(offset, '\n')) == SIZE_MAX)
631 if ((n = text_strchr(TT.screen, '\n'))+1 > TT.screen)
956 size_t new = text_strchr(TT.cursor, '\n');
968 TT.cursor = text_strchr(TT.cursor, '\n');
1018 if ((TT.cursor = text_strchr(TT.cursor, '\n')) == SIZE_MAX)
1035 size_t pos = text_strchr(TT.cursor, *symbol);
1059 for ( ;count && (next = text_strchr(next+1, '\n')) != SIZE_MAX; count--)
1109 if ((next = text_strchr(TT.cursor, '\n')) == SIZE_MAX) break;