Searched refs:KEY_PGUP (Results 1 - 8 of 8) sorted by relevance
/third_party/toybox/toys/example/ |
H A D | demo_scankey.c | 69 else if (key==KEY_PGUP) y = 0; in demo_scankey_main()
|
/third_party/toybox/lib/ |
H A D | tty.c | 156 {KEY_PGUP, "\033[5~"},
|
H A D | lib.h | 331 #define KEY_PGUP 4 macro
|
/third_party/toybox/toys/other/ |
H A D | hexedit.c | 234 } else if (key==KEY_PGUP) pos -= 16*TT.height; in hexedit_main()
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 322 #define KEY_PGUP 4 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() 1574 else if (i == KEY_PGUP) 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() 1721 else if (i == KEY_PGUP) topoff -= lines; in top_common()
|
/third_party/toybox/toys/pending/ |
H A D | vi.c | 1561 else if (key==KEY_PGUP) ctrl_b(); in vi_main()
|
Completed in 11 milliseconds