Home
last modified time | relevance | path

Searched defs:firstArg (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.c573 static l_noret resume_error (lua_State *L, const char *msg, StkId firstArg) { in resume_error()
586 StkId firstArg = cast(StkId, ud); in resume_cb() local
/freebsd/contrib/lua/src/
H A Dldo.c787 StkId firstArg = L->top.p - n; /* first argument */ in resume() local