13 /* Do not modify this file - it is autogenerated by makecmds */
15 static void initcmds(void)
23 ($comment) = /\s*;\s*(.*)$/;
25 if(($name) = /^:(\w*)/)
29 print(" cmd = makecmd(L\"$name\");");
31 print(" cmd = makecmd(NULL);");
35 print("\t/* $comment */");
38 } elsif(/^([0-9]{3})\s+/g) {
39 print(" addresp(cmd, $1");
40 print(", " . $keys{$1}) while /\G(\S+)\s+/g;
41 print(", RESP_END);");
44 print("\t/* $comment */");