Searched refs:luaV_tointeger (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A Dlvm.h63 (ttisinteger(o) ? (*(i) = ivalue(o), 1) : luaV_tointeger(o,i,LUA_FLOORN2I))
117 LUAI_FUNC int luaV_tointeger (const TValue *obj, lua_Integer *p, F2Imod mode);
H A Dlvm.c159 int luaV_tointeger (const TValue *obj, lua_Integer *p, F2Imod mode) { function
185 if (!luaV_tointeger(lim, p, (step < 0 ? F2Iceil : F2Ifloor))) {

Completed in 160 milliseconds