Searched refs:KEY_PGUP (Results 1 – 10 of 10) sorted by relevance
/external/syslinux/com32/elflink/ldlinux/ |
D | get_key.c | 73 CODE(KEY_PGUP, "\0\x49"), 103 CODE(KEY_PGUP, "\033[5~"), 104 CODE(KEY_PGUP, "\033[V"), 125 CODE(KEY_PGUP, "\0\x09"),
|
/external/syslinux/com32/libutil/include/ |
D | getkey.h | 71 #define KEY_PGUP 0x0124 macro
|
/external/syslinux/com32/libutil/ |
D | keyname.c | 73 { "PgUp", KEY_PGUP },
|
/external/toybox/toys/example/ |
D | test_scankey.c | 69 else if (key==KEY_PGUP) y = 0; in test_scankey_main()
|
/external/toybox/generated/ |
D | tags.h | 135 #define KEY_PGUP 4 macro
|
/external/syslinux/com32/cmenu/libmenu/ |
D | help.c | 169 case KEY_PGUP: in showhelp()
|
D | menu.c | 406 case KEY_PGUP: in getmenuoption()
|
/external/toybox/toys/other/ |
D | hexedit.c | 233 } else if (key==KEY_PGUP) pos -= 16*TT.height; in hexedit_main()
|
/external/syslinux/com32/menu/ |
D | menumain.c | 965 case KEY_PGUP: in run_menu()
|
/external/toybox/toys/posix/ |
D | ps.c | 1573 else if (strchr((char []){KEY_DOWN,KEY_PGUP,KEY_PGDN,KEY_UP}, i)) { in top_common() 1579 else if (i == KEY_PGUP) topoff -= lines; in top_common()
|