Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dpreprocess.c235 int exp_count; member
260 if (argc == 0 && v->exp_count) in variable_expand()
264 if (v->exp_count > 1000) in variable_expand()
267 v->exp_count++; in variable_expand()
274 v->exp_count--; in variable_expand()
302 v->exp_count = 0; in variable_add()