OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:save_char
(Results
1 - 2
of
2
) sorted by null
/external/grub/grub/
asmstub.c
608
static int
save_char
= ERR;
variable
652
/* Check for
SAVE_CHAR
. This should not be true, because this
654
if (
save_char
!= ERR)
655
return
save_char
;
660
save_char
= c;
680
if (
save_char
!= ERR)
682
c =
save_char
;
683
save_char
= ERR;
/external/grub/stage2/
tparm.c
181
save_char
(int c)
function
497
save_char
('%');
700
save_char
(*string);
Completed in 345 milliseconds