SYM_UNION         142 scripts/genksyms/genksyms.c 	else if (t == SYM_UNION)
SYM_UNION         327 scripts/genksyms/genksyms.c 		case SYM_UNION:
SYM_UNION         211 scripts/genksyms/parse.y 		{ remove_node($1); (*$2)->tag = SYM_UNION; $$ = $2; }
SYM_UNION         225 scripts/genksyms/parse.y 		  r = copy_node(i); r->tag = SYM_UNION;
SYM_UNION         227 scripts/genksyms/parse.y 		  add_symbol(i->string, SYM_UNION, s, is_extern);