Home
last modified time | relevance | path

Searched refs:VAR_SIMPLE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/scripts/kconfig/
Dlkc_proto.h53 VAR_SIMPLE, enumerator
Dzconf.l125 ":=" { BEGIN(ASSIGN_VAL); yylval.flavor = VAR_SIMPLE; return T_ASSIGN; }
Dpreprocess.c305 if (flavor == VAR_SIMPLE) in variable_add()