SYM_ENUM           62 scripts/genksyms/genksyms.c 	[SYM_ENUM]       = {'e', "enum"},
SYM_ENUM          158 scripts/genksyms/genksyms.c 	case SYM_ENUM:
SYM_ENUM          188 scripts/genksyms/genksyms.c 		 sym->type == SYM_ENUM) &&
SYM_ENUM          232 scripts/genksyms/genksyms.c 	} else if (type == SYM_ENUM) {
SYM_ENUM          593 scripts/genksyms/genksyms.c 		case SYM_ENUM:
SYM_ENUM          234 scripts/genksyms/parse.y 		{ remove_node($1); (*$2)->tag = SYM_ENUM; $$ = $2; }
SYM_ENUM          242 scripts/genksyms/parse.y 		{ record_compound($1, $2, $3, SYM_ENUM); $$ = $3; }
SYM_ENUM          247 scripts/genksyms/parse.y 		{ add_symbol(NULL, SYM_ENUM, NULL, 0); $$ = $2; }