MCPcopy Create free account
hub / github.com/OpenPrinting/cups / begin_ps

Function begin_ps

filter/commandtops.c:412–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410 */
411
412static void
413begin_ps(ppd_file_t *ppd, /* I - PPD file */
414 const char *user) /* I - Username */
415{
416 (void)user;
417
418 if (ppd->jcl_begin)
419 {
420 fputs(ppd->jcl_begin, stdout);
421 fputs(ppd->jcl_ps, stdout);
422 }
423
424 puts("%!");
425 puts("userdict dup(\\004)cvn{}put (\\004\\004)cvn{}put\n");
426
427 fflush(stdout);
428}
429
430
431/*

Callers 3

auto_configureFunction · 0.85
print_self_test_pageFunction · 0.85
report_levelsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected