Lines Matching refs:Invocation
383 const char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
389 if (*Invocation != ' ') in AcpiDbMatchCommandHelp()
394 while (*Invocation == ' ') in AcpiDbMatchCommandHelp()
396 Invocation++; in AcpiDbMatchCommandHelp()
401 while ((*Command) && (*Invocation) && (*Invocation != ' ')) in AcpiDbMatchCommandHelp()
403 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp()
408 Invocation++; in AcpiDbMatchCommandHelp()
417 AcpiOsPrintf ("%-38s : %s", Help->Invocation, Help->Description); in AcpiDbMatchCommandHelp()
450 while (Next->Invocation) in AcpiDbDisplayCommandInfo()
490 while (Next->Invocation) in AcpiDbDisplayHelp()
492 AcpiOsPrintf ("%-38s%s", Next->Invocation, Next->Description); in AcpiDbDisplayHelp()