Home
last modified time | relevance | path

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

/external/lua/src/
Dlstrlib.c361 int matchdepth; /* control for recursive depth (to avoid C stack overflow) */ member
568 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()