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