Home
last modified time | relevance | path

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

/external/lua/src/
Dlvm.c1619 int nparams1 = GETARG_C(i); in luaV_execute() local
1621 int delta = (nparams1) ? ci->u.l.nextraargs + nparams1 : 0; in luaV_execute()
1653 int nparams1 = GETARG_C(i); in luaV_execute() local
1664 if (nparams1) /* vararg function? */ in luaV_execute()
1665 ci->func -= ci->u.l.nextraargs + nparams1; in luaV_execute()