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

/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dterm.c82 static int pending_key = GRUB_TERM_NO_KEY; variable
89 if (pending_key != GRUB_TERM_NO_KEY)
90 return pending_key;
100 pending_key = term->getkey (term);
101 if (pending_key != GRUB_TERM_NO_KEY)
102 return pending_key;
116 while (pending_key == GRUB_TERM_NO_KEY)
121 ret = pending_key;
122 pending_key = GRUB_TERM_NO_KEY;

Completed in 14 milliseconds