Lines Matching refs:maxnest
917 size_t maxnest = 32;926 (void) &maxnest;1347 if (varnest >= maxnest) {1348 dblquotep = ckrealloc(dblquotep, maxnest / 8);1349 dblquotep[(maxnest / 32) - 1] = 0;1350 maxnest += 32;