Lines Matching refs:depth
538 depth = 1
544 depth += 1
545 elif depth == 1 and (id == tokCOMMA or id == tokRPAREN):
553 depth -= 1
1289 depth = 0
1319 depth += 1
1323 depth -= 1
1325 if depth > 0:
1326 depth -= 1
1327 if depth == 0:
1339 elif depth == 0:
1678 depth = 1
1683 depth += 1
1684 elif depth == 1 and dir_ in ["else", "elif"]:
1687 depth -= 1
1688 if depth == 0: