T_CLOSE_PAREN    1129 scripts/kconfig/zconf.lex.c return T_CLOSE_PAREN;
T_CLOSE_PAREN      72 scripts/kconfig/zconf.y %token T_CLOSE_PAREN
T_CLOSE_PAREN     472 scripts/kconfig/zconf.y 	| T_OPEN_PAREN expr T_CLOSE_PAREN	{ $$ = $2; }