Home
last modified time | relevance | path

Searched refs:KEY_PGDN (Results 1 - 8 of 8) sorted by relevance

/third_party/toybox/toys/example/
H A Ddemo_scankey.c70 else if (key==KEY_PGDN) y = 999; in demo_scankey_main()
/third_party/toybox/lib/
H A Dtty.c157 {KEY_PGDN, "\033[6~"},
H A Dlib.h332 #define KEY_PGDN 5 macro
/third_party/toybox/toys/other/
H A Dhexedit.c235 else if (key==KEY_PGDN) pos += 16*TT.height; in hexedit_main()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h323 #define KEY_PGDN 5 macro
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c1568 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 Dps.c1715 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 Dvi.c1560 else if (key==KEY_PGDN) ctrl_f(); in vi_main()

Completed in 10 milliseconds