Searched refs:func_nest_level (Results 1 – 1 of 1) sorted by relevance
972 unsigned func_nest_level; /* solely to prevent "local v" in non-functions */ member8351 IF_HUSH_LOCAL(G.func_nest_level++;) in exec_function()8383 IF_HUSH_LOCAL(G.func_nest_level++;) in run_function()8397 IF_HUSH_LOCAL(G.func_nest_level--;) in run_function()11221 if (G.func_nest_level == 0) { in builtin_local()