02
2021-07-15
op
FS = "[(,)]";
04
2021-07-15
op
print "#include \"telescope.h\""
05
2021-07-15
op
print "#include \"cmd.h\""
06
2021-06-25
op
print "struct cmd cmds[] = {";
11
2021-07-15
op
sub("^cmd_", "", s);
12
2021-07-15
op
gsub("_", "-", s);
13
2021-07-18
op
printf("\t{ \"%s\", %s, %s },\n", s, $2, $3);
17
2021-04-30
op
/^DEFALIAS/ {
20
2021-07-18
op
printf("\t{ \"%s\", %s, NULL },\n", s, d);
29
2021-07-18
op
printf("\t{ NULL, NULL, NULL },\n");
30
2021-03-26
op
print "};";