Home
last modified time | relevance | path

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

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