Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c972 unsigned func_nest_level; /* solely to prevent "local v" in non-functions */ member
8351 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()