HomeSort by relevance Sort by last modified time
    Searched refs:lua_rawset (Results 1 - 10 of 10) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 221 lua_rawset(L,-3))
249 lua_rawset(L,LUA_REGISTRYINDEX);
361 lua_rawset(L,1); /* add direct */
378 lua_rawset(L,-3); /* add .get into metatable */
381 lua_rawset(L,-3); /* add .set into metatable */
385 lua_rawset(L,-3); /* add module into parent */
542 lua_rawset(L,-3);
546 lua_rawset(L,-3);
550 lua_rawset(L,-3);
557 lua_rawset(L,-3); /* add namespace to module table *
    [all...]
  /external/syslinux/com32/lua/src/
lfs.c 270 lua_rawset (L, -3);
lbaselib.c 155 lua_rawset(L, 1);
ldblib.c 318 lua_rawset(L, -3); /* set new hook */
lua.h 246 LUA_API void (lua_rawset) (lua_State *L, int idx);
lapi.c 770 LUA_API void lua_rawset (lua_State *L, int idx) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lbaselib.c 155 lua_rawset(L, 1);
ldblib.c 318 lua_rawset(L, -3); /* set new hook */
lapi.c 770 LUA_API void lua_rawset (lua_State *L, int idx) { function
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 241 LUA_API void (lua_rawset) (lua_State *L, int idx);

Completed in 717 milliseconds