12 /* Do not modify this file - it is autogenerated by makecmds */
14 static void initcmds(void)
22 ($comment) = /\s*;\s*(.*)$/;
24 if(($name) = /^:(\w*)/)
28 print(" cmd = makecmd(L\"$name\");");
30 print(" cmd = makecmd(NULL);");
34 print("\t/* $comment */");
37 } elsif(/^([0-9]{3})\s+/g) {
38 print(" addresp(cmd, $1");
39 print(", " . $keys{$1}) while /\G(\S+)\s+/g;
40 print(", RESP_END);");
43 print("\t/* $comment */");