1 /*                BEGIN INCLUDE FILE comp_ctl_index.incl.pl1                */
 2 
 3 /* Written: 3/82 - EJW */
 4 
 5 /* Vector index values for controls that must be globally known. */
 6 
 7 /* format: style2,ind2,ll79,dclind4,idind15,comcol41,linecom */
 8 
 9      dcl (
10          be_ctl_index   init (22),      /* block-end */
11          bef_ctl_index  init (26),      /* block-end-footnote */
12          bel_ctl_index  init (28),      /* block-end-literal */
13          bep_ctl_index  init (30),      /* block-end-picture */
14          fin_ctl_index  init (76),      /* fill-on */
15          ifi_ctl_index  init (110),     /* insert-file */
16          ift_ctl_index  init (111),     /* insert-footnotes */
17          tac_ctl_index  init (145),     /* table-column */
18          taf_ctl_index  init (146)      /* table-off */
19          )              fixed bin static options (constant);
20 
21 /*                  END INCLUDE FILE comp_ctl_index.incl.pl1                    */