Searched refs:optsp2 (Results 1 – 1 of 1) sorted by relevance
273 char **optsp1 = NULL, **optsp2 = NULL; in write_merged_jcl_options() local314 if (optsp2 == NULL && in write_merged_jcl_options()317 for (optsp2 = opts; *optsp2; optsp2++) in write_merged_jcl_options()318 if (!jcl_options_find_keyword(original_opts, *optsp2, jclstr)) in write_merged_jcl_options()319 fprintf(stream, "%s\n", *optsp2); in write_merged_jcl_options()329 if (optsp2 == NULL) in write_merged_jcl_options()330 for (optsp2 = opts; *optsp2; optsp2++) in write_merged_jcl_options()331 if (!jcl_options_find_keyword(original_opts, *optsp2, jclstr)) in write_merged_jcl_options()332 fprintf(stream, "%s\n", *optsp2); in write_merged_jcl_options()