Home
last modified time | relevance | path

Searched refs:optsp1 (Results 1 - 1 of 1) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
H A Drenderer.c273 char **optsp1 = NULL, **optsp2 = NULL; in write_merged_jcl_options() local
313 for (optsp1 = original_opts; *(optsp1 + 1); optsp1++) { in write_merged_jcl_options()
315 ((strstr(*optsp1, "ENTER LANGUAGE") != NULL) || in write_merged_jcl_options()
316 (strncasecmp(*optsp1, "@PJL SET ", 9) == 0))) { in write_merged_jcl_options()
321 if (optsp1 != original_opts) p = *optsp1; in write_merged_jcl_options()
334 write_binary_data(stream, *optsp1, readbinarybytes); in write_merged_jcl_options()

Completed in 2 milliseconds