Lines Matching refs:Gbl_DirectiveInfo
110 static const PR_DIRECTIVE_INFO Gbl_DirectiveInfo[] = variable
488 Gbl_DirectiveInfo[Directive].Name); in PrDoDirective()
505 PrDbgPrint ("Ignoring", Gbl_DirectiveInfo[Directive].Name); in PrDoDirective()
572 if (Gbl_DirectiveInfo[Directive].ArgCount >= 1) in PrDoDirective()
581 if (Gbl_DirectiveInfo[Directive].ArgCount >= 2) in PrDoDirective()
605 PrDbgPrint ("Ignoring", Gbl_DirectiveInfo[Directive].Name); in PrDoDirective()
618 PrDbgPrint ("Begin execution", Gbl_DirectiveInfo[Directive].Name); in PrDoDirective()
1037 for (i = 0; Gbl_DirectiveInfo[i].Name; i++) in PrMatchDirective()
1039 if (!strcmp (Gbl_DirectiveInfo[i].Name, Directive)) in PrMatchDirective()
1088 Gbl_DirectiveInfo[Directive].Name, in PrPushDirective()
1140 Gbl_DirectiveInfo[Info->Directive].Name, in PrPopDirective()