Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
A Dparser.tab.h62 T_CLOSE_PAREN = 263, /* T_CLOSE_PAREN */ enumerator
A Dlexer.l132 ")" return T_CLOSE_PAREN;
A Dparser.y51 %token T_CLOSE_PAREN
445 | T_OPEN_PAREN expr T_CLOSE_PAREN { $$ = $2; }
A Dlexer.lex.c2721 return T_CLOSE_PAREN;

Completed in 10 milliseconds