Home
last modified time | relevance | path

Searched refs:T_CLOSE_PAREN (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/scripts/kconfig/
Dzconf.l121 ")" return T_CLOSE_PAREN;
Dzconf.y72 %token T_CLOSE_PAREN
472 | T_OPEN_PAREN expr T_CLOSE_PAREN { $$ = $2; }
Dzconf.lex.c1129 return T_CLOSE_PAREN;
Dzconf.tab.c162 T_CLOSE_PAREN = 284, enumerator
Dzconf.tab.c_shipped162 T_CLOSE_PAREN = 284,
560 "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND", "T_EQUAL",
Dzconf.lex.c_shipped1129 return T_CLOSE_PAREN;