Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/kconfig/
Dpreprocess.c232 int exp_count; member
257 if (argc == 0 && v->exp_count) in variable_expand()
261 if (v->exp_count > 1000) in variable_expand()
264 v->exp_count++; in variable_expand()
271 v->exp_count--; in variable_expand()
299 v->exp_count = 0; in variable_add()