• Home
  • Raw
  • Download

Lines Matching refs:looking_at

174 static char *looking_at(char *line, const char *kwd)  in looking_at()  function
652 if ((q = looking_at(cmdstr, *p))) { in is_kernel_type()
667 if ((q = looking_at(cmdstr, messages[i].name))) { in is_message_name()
894 if (looking_at(p, "menu")) { in parse_config_file()
898 if (looking_at(p, "label")) { in parse_config_file()
912 } else if (looking_at(p, "title")) { in parse_config_file()
922 } else if (looking_at(p, "default")) { in parse_config_file()
928 } else if (looking_at(p, "hide")) { in parse_config_file()
930 } else if (looking_at(p, "passwd")) { in parse_config_file()
938 } else if (looking_at(p, "shiftkey")) { in parse_config_file()
940 } else if (looking_at(p, "save")) { in parse_config_file()
946 } else if (looking_at(p, "nosave")) { in parse_config_file()
951 } else if (looking_at(p, "onerror")) { in parse_config_file()
957 } else if (looking_at(p, "master")) { in parse_config_file()
959 if (looking_at(p, "passwd")) { in parse_config_file()
963 } else if ((ep = looking_at(p, "include"))) { in parse_config_file()
965 } else if ((ep = looking_at(p, "background"))) { in parse_config_file()
969 } else if ((ep = looking_at(p, "hidden"))) { in parse_config_file()
974 } else if ((ep = looking_at(p, "color")) || in parse_config_file()
975 (ep = looking_at(p, "colour"))) { in parse_config_file()
981 if ((ep = looking_at(p, cptr->name))) { in parse_config_file()
984 if (looking_at(p, "*")) { in parse_config_file()
993 if (looking_at(p, "*")) in parse_config_file()
1000 if (looking_at(p, "*")) in parse_config_file()
1023 } else if ((ep = looking_at(p, "msgcolor")) || in parse_config_file()
1024 (ep = looking_at(p, "msgcolour"))) { in parse_config_file()
1031 if (!looking_at(p, "*")) in parse_config_file()
1036 if (!looking_at(p, "*")) in parse_config_file()
1060 } else if (looking_at(p, "separator")) { in parse_config_file()
1065 } else if (looking_at(p, "disable") || looking_at(p, "disabled")) { in parse_config_file()
1067 } else if (looking_at(p, "indent")) { in parse_config_file()
1069 } else if (looking_at(p, "begin")) { in parse_config_file()
1072 } else if (looking_at(p, "end")) { in parse_config_file()
1075 } else if (looking_at(p, "quit")) { in parse_config_file()
1078 } else if (looking_at(p, "goto")) { in parse_config_file()
1084 } else if (looking_at(p, "exit")) { in parse_config_file()
1097 } else if (looking_at(p, "start")) { in parse_config_file()
1103 if ((ep = looking_at(p, mparm[mp].name))) { in parse_config_file()
1111 else if (looking_at(p, "text")) { in parse_config_file()
1123 if (looking_at(p, "help")) in parse_config_file()
1128 if (looking_at(p, "endtext")) in parse_config_file()
1160 } else if ((ep = looking_at(p, "include"))) { in parse_config_file()
1162 } else if (looking_at(p, "append")) { in parse_config_file()
1172 } else if (looking_at(p, "initrd")) { in parse_config_file()
1180 } else if (looking_at(p, "label")) { in parse_config_file()
1203 } else if (looking_at(p, "timeout")) { in parse_config_file()
1205 } else if (looking_at(p, "totaltimeout")) { in parse_config_file()
1207 } else if (looking_at(p, "ontimeout")) { in parse_config_file()
1210 } else if (looking_at(p, "allowoptions")) { in parse_config_file()
1212 } else if ((ep = looking_at(p, "ipappend")) || in parse_config_file()
1213 (ep = looking_at(p, "sysappend"))) { in parse_config_file()
1219 } else if (looking_at(p, "default")) { in parse_config_file()
1235 } else if (looking_at(p, "ui")) { in parse_config_file()
1246 else if (looking_at(p, "display")) { in parse_config_file()
1259 } else if (looking_at(p, "font")) { in parse_config_file()
1272 } else if (looking_at(p, "kbdmap")) { in parse_config_file()
1283 else if (looking_at(p, "implicit")) { in parse_config_file()
1285 } else if (looking_at(p, "prompt")) { in parse_config_file()
1287 } else if (looking_at(p, "console")) { in parse_config_file()
1289 } else if (looking_at(p, "allowoptions")) { in parse_config_file()
1291 } else if (looking_at(p, "noescape")) { in parse_config_file()
1293 } else if (looking_at(p, "nocomplete")) { in parse_config_file()
1295 } else if (looking_at(p, "nohalt")) { in parse_config_file()
1297 } else if (looking_at(p, "onerror")) { in parse_config_file()
1305 else if (looking_at(p, "pxeretry")) in parse_config_file()
1309 else if (looking_at(p, "serial")) { in parse_config_file()
1417 } else if (looking_at(p, "say")) { in parse_config_file()
1419 } else if (looking_at(p, "path")) { in parse_config_file()
1422 } else if (looking_at(p, "sendcookies")) { in parse_config_file()