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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c194 int opt_depth = 1; local
213 if (command[1] == '[' && opt_depth < MAX_OPT_DEPTH) {
214 old_pos[opt_depth] = result ? strlen(result) : 0;
215 okay[opt_depth] = 1;
216 opt_depth++;
224 if (command[1] == ']' && opt_depth > 1) {
225 opt_depth--;
226 if (!okay[opt_depth]) {
227 result[old_pos[opt_depth]] = '\0';
270 okay[opt_depth
[all...]

Completed in 57 milliseconds