Searched defs:peek_char (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dtheme_loader.c239 peek_char (struct parsebuf *p) function
260 while (has_more (p) && is_whitespace(peek_char (p)))
301 while (is_identifier_char (peek_char (p)))
318 if (peek_char (p) == '"')
325 while (has_more (p) && peek_char (p) != '"')
331 else if (peek_char (p) == '(')
350 while (has_more (p) && ! is_whitespace (peek_char (p)))
484 if (peek_char (p) == '}')
491 if (peek_char (p) == '#')
498 if (peek_char (
[all...]

Completed in 15 milliseconds