Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dltablib.c92 lua_geti(L, 1, i - 1); in tinsert()
113 lua_geti(L, 1, pos + 1); in tremove()
144 lua_geti(L, 1, f + i); in tmove()
150 lua_geti(L, 1, f + i); in tmove()
161 lua_geti(L, 1, i); in addfield()
216 lua_geti(L, 1, i); in unpack()
363 lua_geti(L, 1, lo); in auxsort()
364 lua_geti(L, 1, up); in auxsort()
375 lua_geti(L, 1, p); in auxsort()
376 lua_geti(L, 1, lo); in auxsort()
[all …]
H A Dlbaselib.c249 return (lua_geti(L, 1, i) == LUA_TNIL) ? 1 : 2; in ipairsaux()
H A Dlua.h244 LUA_API int (lua_geti) (lua_State *L, int idx, lua_Integer n); variable
H A Dlapi.c628 LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) { in lua_geti() function