Home
last modified time | relevance | path

Searched refs:lua_geti (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dltablib.c76 lua_geti(L, 1, i - 1); in tinsert()
99 lua_geti(L, 1, pos + 1); in tremove()
130 lua_geti(L, 1, f + i); in tmove()
136 lua_geti(L, 1, f + i); in tmove()
147 lua_geti(L, 1, i); in addfield()
203 lua_geti(L, 1, i); in tunpack()
350 lua_geti(L, 1, lo); in auxsort()
351 lua_geti(L, 1, up); in auxsort()
362 lua_geti(L, 1, p); in auxsort()
363 lua_geti(L, 1, lo); in auxsort()
[all …]
A Dlbaselib.c285 return (lua_geti(L, 1, i) == LUA_TNIL) ? 1 : 2; in ipairsaux()
A Dlua.h253 LUA_API int (lua_geti) (lua_State *L, int idx, lua_Integer n); variable
A Dlapi.c689 LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) { in lua_geti() function

Completed in 9 milliseconds