Searched refs:opt_depth (Results 1 – 1 of 1) sorted by relevance
332 int opt_depth = 1; in parse() local348 if (command[1] == '[' && opt_depth < MAX_OPT_DEPTH) { in parse()349 old_pos[opt_depth] = result ? strlen(result) : 0; in parse()350 okay[opt_depth] = 1; in parse()351 opt_depth++; in parse()359 if (command[1] == ']' && opt_depth > 1) { in parse()360 opt_depth--; in parse()361 if (!okay[opt_depth]) { in parse()362 result[old_pos[opt_depth]] = '\0'; in parse()413 okay[opt_depth - 1] = 0; in parse()[all …]