1 /* Begin include file varcom.incl.pl1. */
 2 /* RHG added new variables 9/7/70. */
 3 /* RFM added new cells for new object segment format and first-reference trap, 27 March 1972. */
 4 /* RFM added include file stuff, then cross referencer stuff, 23 July 1972. */
 5 /* Last modified on 07/23/72 at 04:19:25 by R F Mabee. */
 6 
 7  declare  1 eb_data_$varcom external aligned,
 8             2 (brk(2),        nbrk(2),  sym(8),   dsym(8),old_locsym, pc,       spc,      tpc,
 9              pclst,           p2pcl,    old_ndpcls,         tvorg,    tvcnt,    tvlth,    litorg,
10              litc,            deforg,   defc,     defcnt,   stkc,     lnkc,     lnkno,
11              litlst,          old_ndltls, lnklst, old_ndlkls,         explst,   blklst,   namlst,
12              trplst,          xdflst,   tvlst,    begin_line, tpass1, tpass2,   tpostp,
13              tinhib,          tmmode,   txonly,   tmm2,     txo2,     tprot,    tcall,
14              tmvdef,          tpulnk,   tfatal,   calrho,   lreter,   passwd,   binlin,
15              nboxes,   box(0:210),   myfil,       mynam,    myblk,    mylnk,    tpost1 ) fixed bin (26) ,
16             2 source_printed bit(1) aligned,
17             2 (ndpcls,        ndltls,   ndlkls,   ndtvls) ptr,
18             2 (basno,         value,    admod,    b29,      iaddr,    symlnk ) fixed bin (26),
19             2 (itxtmod, ilnkmod, entrieslc, include_file_list, include_index,
20                first_ref_trap_proc_linkno, first_ref_trap_arg_linkno,
21                text_section_length) fixed binary (26),
22             2 (include_info_stack, include_name_list_base, include_name_list_top) pointer,
23             2 symbol_tree_rel fixed binary (26);
24 
25 /* End of the include file varcom.incl.pl1. */