Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dvi.c752 static int cur_down(int count0, int count1, char *unused) in cur_down() function
769 cur_down(TT.screen_height-1, 1, 0); in vi_L()
776 cur_down(TT.screen_height/2, 1, 0); in vi_M()
1176 {"j", 0, &cur_down},
1555 else if (key==KEY_DOWN) cur_down(1, 1, 0); in vi_main()

Completed in 3 milliseconds