Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
A Dparser.tab.h66 T_DEFAULT = 267, /* T_DEFAULT */ enumerator
A Dparser.y55 %token T_DEFAULT
281 choice_option: T_DEFAULT nonconst_symbol if_expr T_EOL
299 T_DEFAULT { $$ = S_UNKNOWN; }
A Dlexer.l99 "default" return T_DEFAULT;
A Dlexer.lex.c2589 return T_DEFAULT;

Completed in 25 milliseconds