Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c75 int b_startdepth; member
3432 if (b->b_seen || b->b_startdepth >= depth) in stackdepth_walk()
3435 b->b_startdepth = depth; in stackdepth_walk()
3481 b->b_startdepth = INT_MIN; in stackdepth()
3896 b->b_iused, b->b_startdepth, b->b_offset, seen, b_return);