Searched refs:MAXCCALLS (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c228 #if !defined(MAXCCALLS)
229 #define MAXCCALLS 200 macro
616 ms.matchdepth = MAXCCALLS;
623 lua_assert(ms.matchdepth == MAXCCALLS);
657 ms.matchdepth = MAXCCALLS;
666 lua_assert(ms.matchdepth == MAXCCALLS);
764 ms.matchdepth = MAXCCALLS;
771 lua_assert(ms.matchdepth == MAXCCALLS);
/freebsd-13-stable/contrib/lua/src/
H A Dlstrlib.c375 #if !defined(MAXCCALLS)
376 #define MAXCCALLS 200 macro
757 ms->matchdepth = MAXCCALLS;
766 lua_assert(ms->matchdepth == MAXCCALLS);

Completed in 112 milliseconds