Searched refs:depth (Results 1 – 2 of 2) sorted by relevance
1199 int depth = 0; in parse_param() local1322 ++depth; in parse_param()1328 if (depth == 0) in parse_param()1330 --depth; in parse_param()2020 int depth = 0; in parse_dollars() local2021 while (words[i] && !(depth == 0 && words[i] == ')')) in parse_dollars()2024 ++depth; in parse_dollars()2026 --depth; in parse_dollars()
267 size_t depth = 0; in next_brace_sub() local277 if ((*cp == '}' && depth-- == 0) || (*cp == ',' && depth == 0)) in next_brace_sub()281 depth++; in next_brace_sub()
Completed in 9 milliseconds