Lines Matching refs:Invocation
364 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
370 if (*Invocation != ' ') in AcpiDbMatchCommandHelp()
375 while (*Invocation == ' ') in AcpiDbMatchCommandHelp()
377 Invocation++; in AcpiDbMatchCommandHelp()
382 while ((*Command) && (*Invocation) && (*Invocation != ' ')) in AcpiDbMatchCommandHelp()
384 if (tolower ((int) *Command) != tolower ((int) *Invocation)) in AcpiDbMatchCommandHelp()
389 Invocation++; in AcpiDbMatchCommandHelp()
398 AcpiOsPrintf ("%-38s : %s", Help->Invocation, Help->Description); in AcpiDbMatchCommandHelp()
431 while (Next->Invocation) in AcpiDbDisplayCommandInfo()
469 while (Next->Invocation) in AcpiDbDisplayHelp()
471 AcpiOsPrintf ("%-38s%s", Next->Invocation, Next->Description); in AcpiDbDisplayHelp()