Lines Matching refs:Invocation
491 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
497 if (*Invocation != ' ') in AcpiDbMatchCommandHelp()
502 while (*Invocation == ' ') in AcpiDbMatchCommandHelp()
504 Invocation++; in AcpiDbMatchCommandHelp()
509 while ((*Command) && (*Invocation) && (*Invocation != ' ')) in AcpiDbMatchCommandHelp()
511 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp()
516 Invocation++; in AcpiDbMatchCommandHelp()
525 AcpiOsPrintf ("%-38s : %s", Help->Invocation, Help->Description); in AcpiDbMatchCommandHelp()
558 while (Next->Invocation) in AcpiDbDisplayCommandInfo()
598 while (Next->Invocation) in AcpiDbDisplayHelp()
600 AcpiOsPrintf ("%-38s%s", Next->Invocation, Next->Description); in AcpiDbDisplayHelp()