Searched defs:Command (Results 1 – 1 of 1) sorted by relevance
1350 struct Command { struct1352 CommandFunction f; argument1358 return strcmp(((const Command*) c1)->name, ((const Command*) c2)->name); in CompareCommands() argument