Searched refs:lua_setlocal (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dldblib.c251 name = lua_setlocal(L1, &ar, nvar);
253 lua_pop(L1, 1); /* pop value (if not popped by 'lua_setlocal') */
H A Dlua.h483 LUA_API const char *(lua_setlocal) (lua_State *L, const lua_Debug *ar, int n);
H A Dldebug.c246 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { function

Completed in 93 milliseconds