1 /* *************** BEGIN INCLUDE FILE gc_entry_dcls.incl.pl1 *************** */
 2 
 3 dcl (graphic_compiler_$tree_ptr,
 4      gc_$tree_ptr) entry returns (pointer);
 5 
 6 dcl (graphic_compiler_$return_string,
 7      gc_$return_string,
 8      graphic_compiler_$rs,
 9      gc_$rs) entry (fixed bin (18), pointer, fixed bin, fixed bin (35));
10 
11 dcl (graphic_compiler_$display_append,
12      gc_$display_append,
13      graphic_compiler_$da,
14      gc_$da) entry (fixed bin (18), fixed bin (35));
15 
16 dcl (graphic_compiler_$display_append_switch,
17      gc_$display_append_switch,
18      graphic_compiler_$da_switch,
19      gc_$da_switch) entry (fixed bin (18), fixed bin (35), pointer);
20 
21 dcl (graphic_compiler_$display,
22      gc_$display,
23      graphic_compiler_$d,
24      gc_$d) entry (fixed bin (18), fixed bin (35));
25 
26 dcl (graphic_compiler_$display_switch,
27      gc_$display_switch,
28      graphic_compiler_$d_switch,
29      gc_$d_switch) entry (fixed bin (18), fixed bin (35), pointer);
30 
31 dcl (graphic_compiler_$load,
32      gc_$load,
33      graphic_compiler_$l,
34      gc_$l) entry (fixed bin (18), fixed bin (35));
35 
36 dcl (graphic_compiler_$load_switch,
37      gc_$load_switch,
38      graphic_compiler_$l_switch,
39      gc_$l_switch) entry (fixed bin (18), fixed bin (35), pointer);
40 
41 dcl (graphic_compiler_$display_name_append,
42      gc_$display_name_append,
43      graphic_compiler_$dna,
44      gc_$dna) entry (char (*), fixed bin (35));
45 
46 dcl (graphic_compiler_$display_name_append_switch,
47      gc_$display_name_append_switch,
48      graphic_compiler_$dna_switch,
49      gc_$dna_switch) entry (char (*), fixed bin (35), pointer);
50 
51 dcl (graphic_compiler_$display_name,
52      gc_$display_name,
53      graphic_compiler_$dn,
54      gc_$dn) entry (char (*), fixed bin (35));
55 
56 dcl (graphic_compiler_$display_name_switch,
57      gc_$display_name_switch,
58      graphic_compiler_$dn_switch,
59      gc_$dn_switch) entry (char (*), fixed bin (35), pointer);
60 
61 dcl (graphic_compiler_$load_name,
62      gc_$load_name,
63      graphic_compiler_$ln,
64      gc_$ln) entry (char (*), fixed bin (35));
65 
66 dcl (graphic_compiler_$load_name_switch,
67      gc_$load_name_switch,
68      graphic_compiler_$ln_switch,
69      gc_$ln_switch) entry (char (*), fixed bin (35), pointer);
70 
71 dcl (graphic_compiler_$prune_tree,
72      gc_$prune_tree) entry (fixed bin (35));
73 
74 /* **************** END INCLUDE FILE gc_entry_dcls.incl.pl1 **************** */