Lines Matching refs:Ptr_Glob
22 Rec_Pointer Ptr_Glob, variable
91 Ptr_Glob = (Rec_Pointer) malloc (sizeof (Rec_Type)); in main()
93 Ptr_Glob->Ptr_Comp = Next_Ptr_Glob; in main()
94 Ptr_Glob->Discr = Ident_1; in main()
95 Ptr_Glob->variant.var_1.Enum_Comp = Ident_3; in main()
96 Ptr_Glob->variant.var_1.Int_Comp = 40; in main()
97 strcpy (Ptr_Glob->variant.var_1.Str_Comp, in main()
149 Proc_1 (Ptr_Glob); in main()
223 structassign (*Ptr_Val_Par->Ptr_Comp, *Ptr_Glob);
237 Next_Record->Ptr_Comp = Ptr_Glob->Ptr_Comp;
277 if (Ptr_Glob != Null)
279 *Ptr_Ref_Par = Ptr_Glob->Ptr_Comp;
280 Proc_7 (10, Int_Glob, &Ptr_Glob->variant.var_1.Int_Comp);