Searched refs:matchdepth (Results 1 – 1 of 1) sorted by relevance
219 int matchdepth; /* control for recursive depth (to avoid C stack overflow) */ member426 if (ms->matchdepth-- == 0) in match()522 ms->matchdepth++; in match()594 ms->matchdepth = MAXCCALLS; in prepstate()603 lua_assert(ms->matchdepth == MAXCCALLS); in reprepstate()