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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lcorolib.c 56 lua_insert(L, -2);
61 lua_insert(L, -(r + 1));
73 lua_insert(L, -2);
lua.c 176 lua_insert(L, base); /* put it under chunk and args */
294 lua_insert(L, -2); /* ...between the two lines */
313 lua_insert(L, 1);
335 lua_insert(L, -(narg+1));
loadlib.c 315 lua_insert(L, -2);
380 lua_insert(L, -2);
519 lua_insert(L, -2); /* name is 1st argument (before search data) */
lbaselib.c 256 lua_insert(L, -2); /* put before error message */
392 lua_insert(L, 1); /* create space for status result */
lauxlib.c 56 lua_insert(L, -2); /* place '.' between the two names */
490 lua_insert(L, -2); /* put value below buffer */
832 lua_insert(L, -(nup + 1)); /* move library table to below upvalues */
ldblib.c 212 lua_insert(L, -(get+1));
lua.h 149 LUA_API void (lua_insert) (lua_State *L, int idx);
lapi.c 193 LUA_API void lua_insert (lua_State *L, int idx) { function

Completed in 347 milliseconds