Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c958 unsigned depth_of_loop; member
7409 IF_HUSH_LOOPS(, G.depth_of_loop) in re_execute_shell()
9761 G.depth_of_loop++; in run_list()
10030 G.depth_of_loop--; in run_list()
10422 G.depth_of_loop = bb_strtou(optarg, &optarg, 16); in hush_main()
12070 if (G.depth_of_loop == 0) { in builtin_break()
12081 if (G.depth_of_loop < depth) in builtin_break()
12082 G.depth_break_continue = G.depth_of_loop; in builtin_break()