Lines Matching refs:Invocation
488 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
494 if (*Invocation != ' ') in AcpiDbMatchCommandHelp()
499 while (*Invocation == ' ') in AcpiDbMatchCommandHelp()
501 Invocation++; in AcpiDbMatchCommandHelp()
506 while ((*Command) && (*Invocation) && (*Invocation != ' ')) in AcpiDbMatchCommandHelp()
508 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp()
513 Invocation++; in AcpiDbMatchCommandHelp()
522 AcpiOsPrintf ("%-38s : %s", Help->Invocation, Help->Description); in AcpiDbMatchCommandHelp()
555 while (Next->Invocation) in AcpiDbDisplayCommandInfo()
595 while (Next->Invocation) in AcpiDbDisplayHelp()
597 AcpiOsPrintf ("%-38s%s", Next->Invocation, Next->Description); in AcpiDbDisplayHelp()