Lines Matching refs:Directive
80 char *Directive);
84 int Directive,
459 int Directive; in PrDoDirective() local
468 Directive = PrMatchDirective (DirectiveToken); in PrDoDirective()
469 if (Directive == ASL_DIRECTIVE_NOT_FOUND) in PrDoDirective()
488 Gbl_DirectiveInfo[Directive].Name); in PrDoDirective()
497 switch (Directive) in PrDoDirective()
505 PrDbgPrint ("Ignoring", Gbl_DirectiveInfo[Directive].Name); in PrDoDirective()
520 switch (Directive) in PrDoDirective()
531 Directive = PR_DIRECTIVE_IF; in PrDoDirective()
572 if (Gbl_DirectiveInfo[Directive].ArgCount >= 1) in PrDoDirective()
581 if (Gbl_DirectiveInfo[Directive].ArgCount >= 2) in PrDoDirective()
598 switch (Directive) in PrDoDirective()
604 PrPushDirective (Directive, Token); in PrDoDirective()
605 PrDbgPrint ("Ignoring", Gbl_DirectiveInfo[Directive].Name); in PrDoDirective()
618 PrDbgPrint ("Begin execution", Gbl_DirectiveInfo[Directive].Name); in PrDoDirective()
620 switch (Directive) in PrDoDirective()
635 PrPushDirective (Directive, Token); in PrDoDirective()
649 PrPushDirective (Directive, Token); in PrDoDirective()
660 PrPushDirective (Directive, Token); in PrDoDirective()
851 Gbl_CurrentLineNumber, Directive); in PrDoDirective()
1027 char *Directive) in PrMatchDirective() argument
1032 if (!Directive || Directive[0] == 0) in PrMatchDirective()
1039 if (!strcmp (Gbl_DirectiveInfo[i].Name, Directive)) in PrMatchDirective()
1068 int Directive, in PrPushDirective() argument
1079 Info->Directive = Directive; in PrPushDirective()
1088 Gbl_DirectiveInfo[Directive].Name, in PrPushDirective()
1140 Gbl_DirectiveInfo[Info->Directive].Name, in PrPopDirective()