Home
last modified time | relevance | path

Searched defs:scroll (Results 1 – 3 of 3) sorted by relevance

/linux/scripts/kconfig/lxdialog/
H A Dmenubox.c90 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows()
150 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll()
168 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
H A Dchecklist.c52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows()
108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
/linux/arch/x86/boot/compressed/
H A Dmisc.c96 static void scroll(void) in scroll() function