Lines Matching defs:opt_cmd_s
105 static char *opt_cmd_s = NULL;
555 {&opt_cmd_s}, {&opt_infotype_s}, {&opt_geninfo},
975 if (opt_cmd_s != NULL) {
976 if (!strcmp(opt_cmd_s, "ir")) {
978 } else if (!strcmp(opt_cmd_s, "kur")) {
980 } else if (!strcmp(opt_cmd_s, "cr")) {
982 } else if (!strcmp(opt_cmd_s, "p10cr")) {
984 } else if (!strcmp(opt_cmd_s, "rr")) {
986 } else if (!strcmp(opt_cmd_s, "genm")) {
989 CMP_err1("unknown cmp command '%s'", opt_cmd_s);
2463 opt_cmd_s = opt_str();