Home
last modified time | relevance | path

Searched refs:text_byte (Results 1 - 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
H A Dvi.c389 static char text_byte(size_t offset) in text_byte() function
405 for (;!(finished = utf8_dec(text_byte(offset), scratch, &state)); offset++) in text_codepoint()
436 if (text_byte(offset) == '\n') offset++; in text_nsol()
445 if (offset && text_byte(offset-1) != '\n') offset = text_sol(offset-1); in text_psol()
662 for (str = TT.yank.data ; start<end; start++, str++) *str = text_byte(start); in vi_yank()
708 if (text_byte(TT.cursor) == '\n') TT.cursor++; in cur_left()
825 if (text_byte(TT.cursor) == '\n') { in vi_x()
830 if (text_byte(TT.cursor) == '\n') TT.vi_mov_flag |= 2; in vi_x()
843 char c = text_byte(TT.cursor); in vi_movw()
849 if ((c = text_byte(T in vi_movw()
[all...]

Completed in 2 milliseconds