Home
last modified time | relevance | path

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

/posix/
A Dwordexp.c1199 int depth = 0; in parse_param() local
1322 ++depth; in parse_param()
1328 if (depth == 0) in parse_param()
1330 --depth; in parse_param()
2020 int depth = 0; in parse_dollars() local
2021 while (words[i] && !(depth == 0 && words[i] == ')')) in parse_dollars()
2024 ++depth; in parse_dollars()
2026 --depth; in parse_dollars()
A Dglob.c267 size_t depth = 0; in next_brace_sub() local
277 if ((*cp == '}' && depth-- == 0) || (*cp == ',' && depth == 0)) in next_brace_sub()
281 depth++; in next_brace_sub()

Completed in 9 milliseconds