Home
last modified time | relevance | path

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

/third_party/toybox/toys/example/
H A Ddemo_scankey.c69 else if (key==KEY_PGUP) y = 0; in demo_scankey_main()
/third_party/toybox/lib/
H A Dtty.c156 {KEY_PGUP, "\033[5~"},
H A Dlib.h331 #define KEY_PGUP 4 macro
/third_party/toybox/toys/other/
H A Dhexedit.c234 } else if (key==KEY_PGUP) pos -= 16*TT.height; in hexedit_main()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h322 #define KEY_PGUP 4 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()
1574 else if (i == KEY_PGUP) 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()
1721 else if (i == KEY_PGUP) topoff -= lines; in top_common()
/third_party/toybox/toys/pending/
H A Dvi.c1561 else if (key==KEY_PGUP) ctrl_b(); in vi_main()

Completed in 13 milliseconds