Lines Matching defs:toggle
143 static int toggle(int, char *[]);
536 * to by the arguments to the "toggle" command.
667 const char *name; /* name of toggle */
693 "Toggle authentication debugging",
710 "Toggle verbose encryption output",
715 "Toggle encryption debugging",
777 "(debugging) toggle printing of hexadecimal terminal data",
798 printf("%-15s toggle %s\n", c->name, c->help);
828 toggle(int argc, char *argv[])
836 "Need an argument to 'toggle' command. 'toggle ?' for help.\n");
845 fprintf(stderr, "'%s': ambiguous argument ('toggle ?' for help).\n",
849 fprintf(stderr, "'%s': unknown argument ('toggle ?' for help).\n",
884 { "echo", "character to toggle local echoing on/off", 0, &echoc },
1333 printf("Deprecated usage - please use 'toggle crmod' in the future.\n");
2287 togglestring[] ="toggle operating parameters ('toggle ?' for more)",
2312 { "toggle", togglestring, toggle, 0 },
2327 static char crmodhelp[] = "deprecated command -- use 'toggle crmod' instead";