Searched refs:matchdepth (Results 1 – 1 of 1) sorted by relevance
361 int matchdepth; /* control for recursive depth (to avoid C stack overflow) */ member568 if (ms->matchdepth-- == 0) in match()664 ms->matchdepth++; in match()757 ms->matchdepth = MAXCCALLS; in prepstate()766 lua_assert(ms->matchdepth == MAXCCALLS); in reprepstate()