SYM_STRUCT        143 scripts/genksyms/genksyms.c 		t = SYM_STRUCT;
SYM_STRUCT        326 scripts/genksyms/genksyms.c 		case SYM_STRUCT:
SYM_STRUCT        209 scripts/genksyms/parse.y 		{ remove_node($1); (*$2)->tag = SYM_STRUCT; $$ = $2; }
SYM_STRUCT        218 scripts/genksyms/parse.y 		  r = copy_node(i); r->tag = SYM_STRUCT;
SYM_STRUCT        220 scripts/genksyms/parse.y 		  add_symbol(i->string, SYM_STRUCT, s, is_extern);