Lines Matching full:printf
32 printf("BC %d\n", bpg)
33 printf("GC %d\n", (bc + bpg - 1) / bpg)
41 printf("T %s\n", lwtime)
49 printf("G %d : %d - %d\n", group, group_start, group_end)
57 printf("FB %d-%d\n",
61 if ( block == "" ) printf("Group %d is full\n", group)
66 printf("E %s\n", lwtime)
71 printf("%%!PS-Adobe\n")
72 printf("%%%%BoundingBox: 0 0 1 1\n")
73 printf("/rect {/y2 exch def /x2 exch def /y1 exch def /x1 exch def\n")
74 printf(" newpath x1 y1 moveto x2 y1 lineto x2 y2 lineto\n")
75 printf(" x1 y2 lineto closepath} def\n")
76 printf("/fb {rect gsave 1.0 setgray fill grestore} def\n")
77 printf("/dg {rect gsave gsave 0.0 setgray fill grestore\n")
78 printf(" 0.5 setgray stroke grestore} def\n")
79 printf("/textxy {moveto show} bind def\n")
80 printf("0.0001 setlinewidth\n")
84 printf("/Times-Roman findfont %g scalefont setfont\n",
92 printf("(%s) %g %g textxy\n",
102 printf("%% group %d of %d:\n0 %g 1 %g dg\n",
104 printf("(Group %s) 1.02 %g textxy\n", group_index, vstart)
109 printf("%% hole %s\n%g %g %g %g fb\n",
115 printf("%%%%EOF\n")