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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c549 unsigned depth_of_loop; member in struct:globals
3084 IF_HUSH_LOOPS(, G.depth_of_loop)
4651 && loop_top == NULL /* avoid bumping G.depth_of_loop twice */
4655 G.depth_of_loop++;
4888 G.depth_of_loop--;
7139 G.depth_of_loop = bb_strtou(optarg, &optarg, 16);
8227 if (G.depth_of_loop == 0) {
8236 if (G.depth_of_loop < depth)
8237 G.depth_break_continue = G.depth_of_loop;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c549 unsigned depth_of_loop; member in struct:globals
3084 IF_HUSH_LOOPS(, G.depth_of_loop)
4651 && loop_top == NULL /* avoid bumping G.depth_of_loop twice */
4655 G.depth_of_loop++;
4888 G.depth_of_loop--;
7139 G.depth_of_loop = bb_strtou(optarg, &optarg, 16);
8227 if (G.depth_of_loop == 0) {
8236 if (G.depth_of_loop < depth)
8237 G.depth_break_continue = G.depth_of_loop;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c549 unsigned depth_of_loop; member in struct:globals
3084 IF_HUSH_LOOPS(, G.depth_of_loop)
4651 && loop_top == NULL /* avoid bumping G.depth_of_loop twice */
4655 G.depth_of_loop++;
4888 G.depth_of_loop--;
7139 G.depth_of_loop = bb_strtou(optarg, &optarg, 16);
8227 if (G.depth_of_loop == 0) {
8236 if (G.depth_of_loop < depth)
8237 G.depth_break_continue = G.depth_of_loop;

Completed in 203 milliseconds