build_doing
'(' YY_STR ')' { $$ = build_doing($1, $4);
$$ = build_doing($1, NULL);
static ipmon_doing_t *build_doing(char *, char *);