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