Lines Matching refs:invocation
296 {1, " Call", "Run to next control method invocation\n"},
346 char *invocation = help->invocation;
351 if (*invocation != ' ') {
355 while (*invocation == ' ') {
356 invocation++;
361 while ((*command) && (*invocation) && (*invocation != ' ')) {
362 if (tolower((int)*command) != tolower((int)*invocation)) {
366 invocation++;
374 acpi_os_printf("%-38s : %s", help->invocation,
403 while (next->invocation) {
437 while (next->invocation) {
438 acpi_os_printf("%-38s%s", next->invocation,