Lines Matching refs:Invocation
490 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
496 if (*Invocation != ' ') in AcpiDbMatchCommandHelp()
501 while (*Invocation == ' ') in AcpiDbMatchCommandHelp()
503 Invocation++; in AcpiDbMatchCommandHelp()
508 while ((*Command) && (*Invocation) && (*Invocation != ' ')) in AcpiDbMatchCommandHelp()
510 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp()
515 Invocation++; in AcpiDbMatchCommandHelp()
524 AcpiOsPrintf ("%-38s : %s", Help->Invocation, Help->Description); in AcpiDbMatchCommandHelp()
557 while (Next->Invocation) in AcpiDbDisplayCommandInfo()
597 while (Next->Invocation) in AcpiDbDisplayHelp()
599 AcpiOsPrintf ("%-38s%s", Next->Invocation, Next->Description); in AcpiDbDisplayHelp()