Lines Matching refs:opt_cmd_s
117 static char *opt_cmd_s = NULL; variable
630 {&opt_cmd_s}, {&opt_infotype_s}, {&opt_profile}, {&opt_geninfo},
1064 if (opt_cmd_s != NULL) { in transform_opts()
1065 if (!strcmp(opt_cmd_s, "ir")) { in transform_opts()
1067 } else if (!strcmp(opt_cmd_s, "kur")) { in transform_opts()
1069 } else if (!strcmp(opt_cmd_s, "cr")) { in transform_opts()
1071 } else if (!strcmp(opt_cmd_s, "p10cr")) { in transform_opts()
1073 } else if (!strcmp(opt_cmd_s, "rr")) { in transform_opts()
1075 } else if (!strcmp(opt_cmd_s, "genm")) { in transform_opts()
1078 CMP_err1("unknown cmp command '%s'", opt_cmd_s); in transform_opts()
2908 opt_cmd_s = opt_str(); in get_opts()