inj_cmd_repeat
extern inj_cmd_t *inj_cmd_repeat(inj_cmd_t *, uint_t);
$$ = ($3 == NULL ? NULL : inj_cmd_repeat($3, $2));