Lines Matching defs:Params
41 struct Params { struct
42 char *scSrcFile; /* string name of 4014 source file */
43 char *scDstFile; /* string name of PS destination file */
44 char *scDbgFile; /* string name of debug output file */
45 short fCrGenLf; /* true if carriage return generates line
47 short fLfGenCr; /* true if line feed generates carriage
49 short fMarg2; /* true if there are two left margins for
52 short fDbg; /* true if debug output should be
54 float xRtInch; /* top, left location of output on page */
55 float yBotInch;
56 float dxWidInch; /* width, height of output */
57 float dyHtInch;
58 int fLandscape; /* do landscape page */