Lines Matching defs:maxdepth
7159 int nblocks = 0, maxdepth = 0;
7193 if (new_depth > maxdepth) {
7194 maxdepth = new_depth;
7201 if (target_depth > maxdepth) {
7202 maxdepth = target_depth;
7226 return maxdepth;
7981 int maxdepth, int nlocalsplus)
8048 .stacksize = maxdepth,
8441 int maxdepth = stackdepth(c);
8442 if (maxdepth < 0) {
8445 /* TO DO -- For 3.12, make sure that `maxdepth <= MAX_ALLOWED_STACK_USE` */
8500 co = makecode(c, &a, consts, maxdepth, nlocalsplus);