Lines Matching refs:text_byte
389 static char text_byte(size_t offset)
405 for (;!(finished = utf8_dec(text_byte(offset), scratch, &state)); offset++)
436 if (text_byte(offset) == '\n') offset++;
445 if (offset && text_byte(offset-1) != '\n') offset = text_sol(offset-1);
662 for (str = TT.yank.data ; start<end; start++, str++) *str = text_byte(start);
708 if (text_byte(TT.cursor) == '\n') TT.cursor++;
825 if (text_byte(TT.cursor) == '\n') {
830 if (text_byte(TT.cursor) == '\n') TT.vi_mov_flag |= 2;
843 char c = text_byte(TT.cursor);
849 if ((c = text_byte(TT.cursor)) == '\n') break;
853 c = text_byte(TT.cursor);
858 c = text_byte(TT.cursor);
863 c = text_byte(TT.cursor);
878 c = text_byte(TT.cursor);
884 c = text_byte(TT.cursor);
890 c = text_byte(TT.cursor);
896 c = text_byte(TT.cursor);
903 c = text_byte(TT.cursor-1);
921 c = text_byte(TT.cursor);
925 c = text_byte(TT.cursor+1);