Lines Matching defs:invocation
294 {1, " Call", "Run to next control method invocation\n"},
343 char *invocation = help->invocation;
348 if (*invocation != ' ') {
352 while (*invocation == ' ') {
353 invocation++;
358 while ((*command) && (*invocation) && (*invocation != ' ')) {
359 if (tolower((int)*command) != tolower((int)*invocation)) {
363 invocation++;
371 acpi_os_printf("%-38s : %s", help->invocation,
400 while (next->invocation) {
434 while (next->invocation) {
435 acpi_os_printf("%-38s%s", next->invocation,