Home
last modified time | relevance | path

Searched refs:optsp2 (Results 1 – 1 of 1) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
Drenderer.c273 char **optsp1 = NULL, **optsp2 = NULL; in write_merged_jcl_options() local
314 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()