Home
last modified time | relevance | path

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

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