Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/lua/src/
H 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()
202 lua_geti(L, 1, i); in tunpack()
349 lua_geti(L, 1, lo); in auxsort()
350 lua_geti(L, 1, up); in auxsort()
361 lua_geti(L, 1, p); in auxsort()
362 lua_geti(L, 1, lo); in auxsort()
[all …]
H A Dlbaselib.c284 return (lua_geti(L, 1, i) == LUA_TNIL) ? 1 : 2; in ipairsaux()
H A Dlua.h253 LUA_API int (lua_geti) (lua_State *L, int idx, lua_Integer n); variable
H A Dlapi.c661 LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) { in lua_geti() function