Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c957 unsigned depth_break_continue; member
9931 G.depth_break_continue--; in run_list()
9932 if (G.depth_break_continue == 0) in run_list()
9936 if (G.depth_break_continue != 0 || fbc == BC_BREAK) { in run_list()
12078 G.depth_break_continue = depth = parse_numeric_argv1(argv, 1, 1); in builtin_break()
12082 G.depth_break_continue = G.depth_of_loop; in builtin_break()