HomeSort by relevance Sort by last modified time
    Searched full:lua_insert (Results 1 - 10 of 10) 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));
lbaselib.c 256 lua_insert(L, -2); /* put before error message */
392 lua_insert(L, 1); /* create space for status result */
loadlib.c 315 lua_insert(L, -2);
380 lua_insert(L, -2);
519 lua_insert(L, -2); /* name is 1st argument (before search data) */
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
  /external/chromium_org/third_party/skia/third_party/lua/doc/
contents.html 361 <A HREF="manual.html#lua_insert">lua_insert</A><BR>
manual.html     [all...]

Completed in 60 milliseconds