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 67 const char *Invocation; /* Command Invocation */
  /src/sys/external/bsd/acpica/dist/debugger/
dbinput.c 332 {1, " Call", "Run to next control method invocation\n"},
383 const char *Invocation = Help->Invocation;
389 if (*Invocation != ' ')
394 while (*Invocation == ' ')
396 Invocation++;
401 while ((*Command) && (*Invocation) && (*Invocation != ' '))
403 if (tolower ((int) *Command) != tolower ((int) *Invocation))
408 Invocation++
    [all...]

Completed in 20 milliseconds