Searched refs:KeyedCmd (Results 1 – 1 of 1) sorted by relevance
416 const KEYED_COMMAND *KeyedCmd; in ListCommands() local424 for (KeyedCmd = KeyedCommands; KeyedCmd->Command != NULL; ++KeyedCmd) { in ListCommands()425 fprintf (stderr, "%-9s<int>: %s\n", KeyedCmd->Command, in ListCommands()426 KeyedCmd->Description); in ListCommands()569 const KEYED_COMMAND *KeyedCmd; in main() local614 for (KeyedCmd = KeyedCommands; KeyedCmd->Command != NULL; ++KeyedCmd) { in main()617 CmdLength = strlen (KeyedCmd->Command); in main()619 if (strncmp (KeyedCmd->Command, Line, CmdLength) == 0) { in main()634 KeyedCmd->Function (Value, Collection); in main()640 if (KeyedCmd->Command != NULL) { in main()