fn parse_all(input: &str) -> IResult<&str, Vec<MenuEntry<'_>>>
Parses all menuentries from a GRUB configuration file.