Cmd_Exec
extern char *Cmd_Exec(const char *, char **);
res1 = Cmd_Exec(sub, &err);
res1 = Cmd_Exec(arg, &err);
t = Cmd_Exec(s, &err);