Searched defs:narg (Results 1 – 3 of 3) sorted by relevance
32 static int auxresume (lua_State *L, lua_State *co, int narg) { in auxresume()
528 int narg = cast_int(L->top - func) - 1; in luaD_precall() local541 int narg = cast_int(L->top - func) - 1; /* number of real arguments */ in luaD_precall() local710 static int resume_error (lua_State *L, const char *msg, int narg) { in resume_error()
152 static int docall (lua_State *L, int narg, int nres) { in docall()181 int i, narg; in createargtable() local
Completed in 6 milliseconds