Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dldo.c574 static l_noret resume_error (lua_State *L, const char *msg, StkId firstArg) { in resume_error()
587 StkId firstArg = cast(StkId, ud); in resume_cb() local
/freebsd/contrib/lua/src/
H A Dldo.c794 StkId firstArg = L->top.p - n; /* first argument */ in resume() local
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c5733 int firstArg, lastArg; /* Indexes of first and last arguments in in JimCreatePipeline() local