Lines Matching defs:toggle
423 * to by the arguments to the "toggle" command.
540 char *name; /* name of toggle */
616 "(debugging) toggle printing of hexadecimal terminal data",
637 printf("%-15s toggle %s\r\n", c->name, c->help);
667 toggle(int argc, char *argv[])
675 "Need an argument to 'toggle' command. 'toggle ?' for help.\r\n");
684 fprintf(stderr, "'%s': ambiguous argument ('toggle ?' for help).\r\n",
688 fprintf(stderr, "'%s': unknown argument ('toggle ?' for help).\r\n",
727 { "echo", "character to toggle local echoing on/off", 0, &echoc },
1165 printf("Deprecated usage - please use 'toggle crmod' in the future.\r\n");
1941 togglestring[] ="toggle operating parameters ('toggle ?' for more)",
1961 { "toggle", togglestring, toggle, 0 },
1970 static char crmodhelp[] = "deprecated command -- use 'toggle crmod' instead";