Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/lua/src/
H A Dltablib.c77 lua_geti(L, 1, i - 1); in tinsert()
100 lua_geti(L, 1, pos + 1); in tremove()
131 lua_geti(L, 1, f + i); in tmove()
137 lua_geti(L, 1, f + i); in tmove()
148 lua_geti(L, 1, i); in addfield()
204 lua_geti(L, 1, i); in tunpack()
351 lua_geti(L, 1, lo); in auxsort()
352 lua_geti(L, 1, up); in auxsort()
363 lua_geti(L, 1, p); in auxsort()
364 lua_geti(L, 1, lo); in auxsort()
[all …]
H A Dlbaselib.c306 return (lua_geti(L, 1, i) == LUA_TNIL) ? 1 : 2; in ipairsaux()
H A Dlua.h264 LUA_API int (lua_geti) (lua_State *L, int idx, lua_Integer n); variable
H A Dlapi.c695 LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) { in lua_geti() function