SYM_STRUCT         63 scripts/genksyms/genksyms.c 	[SYM_STRUCT]     = {'s', "struct"},
SYM_STRUCT        159 scripts/genksyms/genksyms.c 	case SYM_STRUCT:
SYM_STRUCT        161 scripts/genksyms/genksyms.c 		return SYM_STRUCT;
SYM_STRUCT        186 scripts/genksyms/genksyms.c 	return ((sym->type == SYM_STRUCT ||
SYM_STRUCT        591 scripts/genksyms/genksyms.c 		case SYM_STRUCT:
SYM_STRUCT        230 scripts/genksyms/parse.y 		{ remove_node($1); (*$2)->tag = SYM_STRUCT; $$ = $2; }
SYM_STRUCT        238 scripts/genksyms/parse.y 		{ record_compound($1, $2, $3, SYM_STRUCT); $$ = $3; }