Searched refs:lua_insert (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlcorolib.c56 lua_insert(L, -2);
61 lua_insert(L, -(r + 1));
73 lua_insert(L, -2);
H A Dlua.c176 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));
H A Dloadlib.c315 lua_insert(L, -2);
380 lua_insert(L, -2);
519 lua_insert(L, -2); /* name is 1st argument (before search data) */
H A Dlbaselib.c256 lua_insert(L, -2); /* put before error message */
392 lua_insert(L, 1); /* create space for status result */
H A Dlauxlib.c56 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 */
H A Dldblib.c212 lua_insert(L, -(get+1));
H A Dlua.h149 LUA_API void (lua_insert) (lua_State *L, int idx);
H A Dlapi.c193 LUA_API void lua_insert (lua_State *L, int idx) { function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dlsyncd.c1101 lua_insert( L, i );
2469 lua_insert( L, 1 );

Completed in 113 milliseconds