Home
last modified time | relevance | path

Searched refs:text_nsol (Results 1 – 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
Dvi.c433 static size_t text_nsol(size_t offset) in text_nsol() function
755 for (;count--;) TT.cursor = text_nsol(TT.cursor); in cur_down()
800 for (;count0; count0--) TT.cursor = text_nsol(TT.cursor); in vi_yy()
813 for (;count0; count0--) TT.cursor = text_nsol(TT.cursor); in vi_dd()
987 for (i=0; i<TT.screen_height-2; ++i) TT.screen = text_nsol(TT.screen); in ctrl_f()
994 TT.screen = text_nsol(TT.screen); in ctrl_e()
1020 else TT.cursor = text_nsol(TT.cursor); in vi_push()
1380 for (SSOL = TT.screen, y = 0; SSOL < SOL; y++) SSOL = text_nsol(SSOL); in draw_page()