Searched refs:KEY_PGDN (Results 1 - 8 of 8) sorted by relevance
/third_party/toybox/toys/example/ |
H A D | demo_scankey.c | 70 else if (key==KEY_PGDN) y = 999; in demo_scankey_main()
|
/third_party/toybox/lib/ |
H A D | tty.c | 157 {KEY_PGDN, "\033[6~"},
|
H A D | lib.h | 332 #define KEY_PGDN 5 macro
|
/third_party/toybox/toys/other/ |
H A D | hexedit.c | 235 else if (key==KEY_PGDN) pos += 16*TT.height; in hexedit_main()
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 323 #define KEY_PGDN 5 macro
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 1568 else if (strchr((char []){KEY_DOWN,KEY_PGUP,KEY_PGDN,KEY_UP}, i)) { in top_common() 1573 else if (i == KEY_PGDN) topoff += lines; in top_common()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 1715 else if (strchr((char []){KEY_DOWN,KEY_PGUP,KEY_PGDN,KEY_UP}, i)) { in top_common() 1720 else if (i == KEY_PGDN) topoff += lines; in top_common()
|
/third_party/toybox/toys/pending/ |
H A D | vi.c | 1560 else if (key==KEY_PGDN) ctrl_f(); in vi_main()
|
Completed in 10 milliseconds