Home
last modified time | relevance | path

Searched refs:matchdepth (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlstrlib.c363 int matchdepth; /* control for recursive depth (to avoid C stack overflow) */ member
571 if (l_unlikely(ms->matchdepth-- == 0)) in match()
667 ms->matchdepth++; in match()
760 ms->matchdepth = MAXCCALLS; in prepstate()
769 lua_assert(ms->matchdepth == MAXCCALLS); in reprepstate()

Completed in 7 milliseconds