Searched refs:maxnest (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dparser.c917 size_t maxnest = 32; local
926 (void) &maxnest;
1347 if (varnest >= maxnest) {
1348 dblquotep = ckrealloc(dblquotep, maxnest / 8);
1349 dblquotep[(maxnest / 32) - 1] = 0;
1350 maxnest += 32;

Completed in 193 milliseconds