Home
last modified time | relevance | path

Searched refs:KEY_PGDN (Results 1 – 5 of 5) sorted by relevance

/external/toybox/toys/example/
Ddemo_scankey.c70 else if (key==KEY_PGDN) y = 999; in demo_scankey_main()
/external/toybox/lib/
Dtty.c143 {KEY_PGDN, "\033[6~"},
Dlib.h322 #define KEY_PGDN 5 macro
/external/toybox/toys/other/
Dhexedit.c235 else if (key==KEY_PGDN) pos += 16*TT.height; in hexedit_main()
/external/toybox/toys/posix/
Dps.c1712 else if (strchr((char []){KEY_DOWN,KEY_PGUP,KEY_PGDN,KEY_UP}, i)) { in top_common()
1717 else if (i == KEY_PGDN) topoff += lines; in top_common()