Searched refs:lua_geti (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | ltablib.c | 76 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 D | lbaselib.c | 285 return (lua_geti(L, 1, i) == LUA_TNIL) ? 1 : 2; in ipairsaux()
|
A D | lua.h | 253 LUA_API int (lua_geti) (lua_State *L, int idx, lua_Integer n); variable
|
A D | lapi.c | 689 LUA_API int lua_geti (lua_State *L, int idx, lua_Integer n) { in lua_geti() function
|
Completed in 9 milliseconds