Lines Matching refs:stdout
208 FILE *fp_out = stdout; /* and write stuff here */
301 fprintf(stdout, "%s", CONFORMING); in header()
302 fprintf(stdout, "%s %s\n", VERSION, PROGRAMVERSION); in header()
303 fprintf(stdout, "%s %s\n", DOCUMENTFONTS, ATEND); in header()
304 fprintf(stdout, "%s %s\n", PAGES, ATEND); in header()
305 fprintf(stdout, "%s", ENDCOMMENTS); in header()
310 fprintf(stdout, "%s", ENDPROLOG); in header()
311 fprintf(stdout, "%s", BEGINSETUP); in header()
312 fprintf(stdout, "mark\n"); in header()
335 fprintf(stdout, "/aspectratio %s def\n", optarg); in options()
344 fprintf(stdout, "/#copies %s store\n", optarg); in options()
360 fprintf(stdout, "/magnification %s def\n", optarg); in options()
365 fprintf(stdout, "%s %s\n", FORMSPERPAGE, optarg); in options()
366 fprintf(stdout, "/formsperpage %s def\n", optarg); in options()
375 fprintf(stdout, "/landscape true def\n"); in options()
376 else fprintf(stdout, "/landscape false def\n"); in options()
384 fprintf(stdout, "/xoffset %s def\n", optarg); in options()
388 fprintf(stdout, "/yoffset %s def\n", optarg); in options()
411 fprintf(stdout, "%s\n", optarg); in options()
454 writerequest(0, stdout); /* global requests eg. manual feed */ in setup()
456 fprintf(stdout, "setup\n"); in setup()
461 fprintf(stdout, "%d setupforms\n", formsperpage); in setup()
464 fprintf(stdout, "%s", ENDSETUP); in setup()
515 fprintf(stdout, "%s", TRAILER); in done()
516 fprintf(stdout, "done\n"); in done()
517 fprintf(stdout, "%s %d\n", PAGES, printed); in done()
606 if ( fp_out == stdout ) printed++; in matrix()
1150 fp_out = stdout;