Lines Matching full:esc
82 enum bootmenu_key *key, int *esc) in bootmenu_autoboot_loop() argument
104 *esc = 1; in bootmenu_autoboot_loop()
133 enum bootmenu_key *key, int *esc) in bootmenu_loop() argument
144 switch (*esc) { in bootmenu_loop()
148 *esc = 1; in bootmenu_loop()
155 *esc = 2; in bootmenu_loop()
158 *esc = 0; in bootmenu_loop()
164 if (*esc == 2 && c == '1') { in bootmenu_loop()
165 *esc = 3; in bootmenu_loop()
170 *esc = 0; in bootmenu_loop()
195 int esc = 0; in bootmenu_choice_entry() local
201 bootmenu_autoboot_loop(menu, &key, &esc); in bootmenu_choice_entry()
204 bootmenu_loop(menu, &key, &esc); in bootmenu_choice_entry()