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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lbaselib.c 304 lua_replace(L, RESERVEDSLOT); /* save string in reserved slot */
377 lua_replace(L, 1); /* put first result in first slot */
404 lua_replace(L, 2);
ltablib.c 128 lua_replace(L, 1); /* move table into index 1 */
liolib.c 327 lua_replace(L, 1); /* put it at index 1 */
334 lua_replace(L, 1); /* put file at index 1 */
lua.h 150 LUA_API void (lua_replace) (lua_State *L, int idx);
lstrlib.c 660 lua_replace(L, lua_upvalueindex(3));
lapi.c 217 LUA_API void lua_replace (lua_State *L, int idx) { function
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 391 lua_replace(L,-2);
726 lua_replace(L,1); /* replace our table with real constructor */
    [all...]

Completed in 245 milliseconds