Home
last modified time | relevance | path

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

/dports/misc/lv/lv-f7ba677/src/
H A Dconsole.h32 public byte *cur_down; variable
H A Dconsole.c287 cur_down = "\x1bP"; in ConsoleTermInit()
339 cur_down = tgetstr( "kd", &ptr ); in ConsoleTermInit()
366 cur_down = key_down; in ConsoleTermInit()
H A Dcommand.c912 if( NULL == cur_down || ch != cur_down[ step ] ) in CommandCursor()
936 if( TRUE == flagDown && 0x00 == cur_down[ step ] ){ in CommandCursor()
/dports/sysutils/toybox/toybox-0.8.5/toys/pending/
H A Dvi.c750 static int cur_down(int count0, int count1, char *unused) in cur_down() function
767 cur_down(TT.screen_height-1, 1, 0); in vi_L()
774 cur_down(TT.screen_height/2, 1, 0); in vi_M()
1174 {"j", 0, &cur_down},
1554 else if (key==KEY_DOWN) cur_down(1, 1, 0); in vi_main()