1 /*  START OF:       mbuild_display_dcls_.incl.pl1             *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * */
 2 
 3 
 4 /****^  HISTORY COMMENTS:
 5   1) change(2019-08-17,GDixon), approve(2019-10-24,MCR10069),
 6      audit(2020-01-20,Swenson), install(2020-01-20,MR12.6g-0035):
 7      Selector switches for data items to be displayed by mbuild_display_.pl1.
 8      This program can display instances of the major structures declared in
 9      mbuild_data_.incl.pl1.
10                                                    END HISTORY COMMENTS */
11 
12   dcl 1 display_switches_Seg aligned,
13       2 (structureS,                                        /* Display with structure name.                           */
14          typeS,                                             /* Display with structure type.                           */
15          libraryS,                                          /* Display IN: <library> clause of output.                */
16          headerS,                                           /* Display other .header information.                     */
17          archiveS,                                          /* Display includes .archive_name or sourceArchsN if set. */
18          pointersS,                                         /* Display includes information about other structures    */
19                                                             /*   pointed to (one-to-one) by this structure.           */
20          Tb_S,                                              /* Display includes lists based within this structure.    */
21          Td_S,                                              /* Display includes lists this structure belongs to.      */
22          add_del_namesS                                     /* Display includes list of names added/deleted.          */
23          ) bit(1) unaligned;
24 
25 /*  END OF:         mbuild_display_dcls_.incl.pl1             *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  * */