HomeSort by: relevance | last modified time | path
    Searched defs:Invocation (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 175 const char *Invocation; /* Command Invocation */
  /src/sys/external/bsd/acpica/dist/debugger/
dbinput.c 440 {1, " Call", "Run to next control method invocation\n"},
491 const 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++
    [all...]

Completed in 13 milliseconds