SYM_ENUM           50 scripts/genksyms/genksyms.c 	[SYM_ENUM]       = {'e', "enum"},
SYM_ENUM          146 scripts/genksyms/genksyms.c 	case SYM_ENUM:
SYM_ENUM          176 scripts/genksyms/genksyms.c 		 sym->type == SYM_ENUM) &&
SYM_ENUM          220 scripts/genksyms/genksyms.c 	} else if (type == SYM_ENUM) {
SYM_ENUM          583 scripts/genksyms/genksyms.c 		case SYM_ENUM:
SYM_ENUM          224 scripts/genksyms/parse.y 		{ remove_node($1); (*$2)->tag = SYM_ENUM; $$ = $2; }
SYM_ENUM          232 scripts/genksyms/parse.y 		{ record_compound($1, $2, $3, SYM_ENUM); $$ = $3; }
SYM_ENUM          237 scripts/genksyms/parse.y 		{ add_symbol(NULL, SYM_ENUM, NULL, 0); $$ = $2; }