tree_iname
{ $$ = tree_iname($1.s, $1.file, $1.line); }
struct node *tree_iname(const char *s, const char *file, int line);
ret = tree_iname(stable(ptr), NULL, 0);
tree_iname(stable(ptr), NULL, 0));