Lines Matching refs:looking_at
129 static char *looking_at(char *line, const char *kwd) in looking_at() function
608 if ((q = looking_at(cmdstr, *p))) { in is_kernel_type()
623 if ((q = looking_at(cmdstr, messages[i].name))) { in is_message_name()
669 if (looking_at(p, "menu")) { in parse_config_file()
672 if (looking_at(p, "label")) { in parse_config_file()
686 } else if (looking_at(p, "title")) { in parse_config_file()
696 } else if (looking_at(p, "default")) { in parse_config_file()
702 } else if (looking_at(p, "hide")) { in parse_config_file()
704 } else if (looking_at(p, "passwd")) { in parse_config_file()
712 } else if (looking_at(p, "shiftkey")) { in parse_config_file()
714 } else if (looking_at(p, "save")) { in parse_config_file()
720 } else if (looking_at(p, "nosave")) { in parse_config_file()
725 } else if (looking_at(p, "immediate")) { in parse_config_file()
730 } else if (looking_at(p, "noimmediate")) { in parse_config_file()
735 } else if (looking_at(p, "onerror")) { in parse_config_file()
738 } else if (looking_at(p, "master")) { in parse_config_file()
740 if (looking_at(p, "passwd")) { in parse_config_file()
744 } else if ((ep = looking_at(p, "include"))) { in parse_config_file()
746 } else if ((ep = looking_at(p, "background"))) { in parse_config_file()
750 } else if ((ep = looking_at(p, "hidden"))) { in parse_config_file()
752 } else if (looking_at(p, "hiddenkey")) { in parse_config_file()
774 } else if ((ep = looking_at(p, "clear"))) { in parse_config_file()
779 } else if ((ep = looking_at(p, "color")) || in parse_config_file()
780 (ep = looking_at(p, "colour"))) { in parse_config_file()
786 if ((ep = looking_at(p, cptr->name))) { in parse_config_file()
789 if (looking_at(p, "*")) { in parse_config_file()
798 if (looking_at(p, "*")) in parse_config_file()
805 if (looking_at(p, "*")) in parse_config_file()
828 } else if ((ep = looking_at(p, "msgcolor")) || in parse_config_file()
829 (ep = looking_at(p, "msgcolour"))) { in parse_config_file()
836 if (!looking_at(p, "*")) in parse_config_file()
841 if (!looking_at(p, "*")) in parse_config_file()
865 } else if (looking_at(p, "separator")) { in parse_config_file()
870 } else if (looking_at(p, "disable") || looking_at(p, "disabled")) { in parse_config_file()
872 } else if (looking_at(p, "indent")) { in parse_config_file()
874 } else if (looking_at(p, "begin")) { in parse_config_file()
877 } else if (looking_at(p, "end")) { in parse_config_file()
880 } else if (looking_at(p, "quit")) { in parse_config_file()
883 } else if (looking_at(p, "goto")) { in parse_config_file()
889 } else if (looking_at(p, "exit")) { in parse_config_file()
902 } else if (looking_at(p, "start")) { in parse_config_file()
904 } else if (looking_at(p, "help")) { in parse_config_file()
922 } else if ((ep = looking_at(p, "resolution"))) { in parse_config_file()
931 if ((ep = looking_at(p, mparm[mp].name))) { in parse_config_file()
937 } else if (looking_at(p, "text")) { in parse_config_file()
947 if (looking_at(p, "help")) in parse_config_file()
952 if (looking_at(p, "endtext")) in parse_config_file()
984 } else if ((ep = looking_at(p, "include"))) { in parse_config_file()
1002 } else if (looking_at(p, "append")) { in parse_config_file()
1011 } else if (looking_at(p, "initrd")) { in parse_config_file()
1019 } else if (looking_at(p, "label")) { in parse_config_file()
1039 } else if (looking_at(p, "timeout")) { in parse_config_file()
1041 } else if (looking_at(p, "totaltimeout")) { in parse_config_file()
1043 } else if (looking_at(p, "ontimeout")) { in parse_config_file()
1045 } else if (looking_at(p, "allowoptions")) { in parse_config_file()
1047 } else if ((ep = looking_at(p, "ipappend")) || in parse_config_file()
1048 (ep = looking_at(p, "sysappend"))) { in parse_config_file()
1054 } else if (looking_at(p, "default")) { in parse_config_file()
1057 } else if (looking_at(p, "ui")) { in parse_config_file()