SYM_STRUCT         51 scripts/genksyms/genksyms.c 	[SYM_STRUCT]     = {'s', "struct"},
SYM_STRUCT        147 scripts/genksyms/genksyms.c 	case SYM_STRUCT:
SYM_STRUCT        149 scripts/genksyms/genksyms.c 		return SYM_STRUCT;
SYM_STRUCT        174 scripts/genksyms/genksyms.c 	return ((sym->type == SYM_STRUCT ||
SYM_STRUCT        581 scripts/genksyms/genksyms.c 		case SYM_STRUCT:
SYM_STRUCT        220 scripts/genksyms/parse.y 		{ remove_node($1); (*$2)->tag = SYM_STRUCT; $$ = $2; }
SYM_STRUCT        228 scripts/genksyms/parse.y 		{ record_compound($1, $2, $3, SYM_STRUCT); $$ = $3; }