Home
last modified time | relevance | path

Searched refs:Gbl_DirectiveInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/lib/acpica/source/compiler/
A Dprscan.c110 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()
[all …]

Completed in 5 milliseconds