Searched refs:KEY_PGUP (Results 1 – 4 of 4) sorted by relevance
69 else if (key==KEY_PGUP) y = 0; in demo_scankey_main()
135 #define KEY_PGUP 4 macro
233 } else if (key==KEY_PGUP) pos -= 16*TT.height; in hexedit_main()
1710 else if (strchr((char []){KEY_DOWN,KEY_PGUP,KEY_PGDN,KEY_UP}, i)) { in top_common()1716 else if (i == KEY_PGUP) topoff -= lines; in top_common()