added sysprog entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:17:34 -07:00
parent 600a8e1f61
commit 3a6a2b6b5b
1028 changed files with 171660 additions and 0 deletions

View File

@ -0,0 +1,19 @@
compile insert RTI_POSTSCRIPT_COMMON
COMMON /RTI_PS/ header@,footer@,body@,proforma_key@,proforma_def@,pagecount@,linecount@,bMultiFont@, Num_Hlines@, LinesPrinted@
/*
* mtr 1-17-04
header@ The Postscript Header, nothing to do with an Rlist heading on a page
footer@ The PostScript footer, nothing to do with an Rlist heading on a page
Body@ The data that eill be written to the .PS file, with all markup information
proforma_key@ The key for the proforma record in the SYSPROCS file, if used
proforma_def@ The proforma record in the SYSPROCS file, if used
pagecount@ The page number currently being processed
linecount@ The line number of the proforma definition currently being processed
bMultiFont@ A flag indicating whether Or Not there are multiple fonts In a line
Num_Hlines@ The number of lines In the Rlist header
LinesPrinted@ The number of lines printed In a page
*/