Home
last modified time | relevance | path

Searched refs:luaV_tointeger (Results 1 – 3 of 3) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dlvm.h50 (ttisinteger(o) ? (*(i) = ivalue(o), 1) : luaV_tointeger(o,i,LUA_FLOORN2I))
61 LUAI_FUNC int luaV_tointeger (const TValue *obj, lua_Integer *p, int mode);
H A Dltable.c464 if (luaV_tointeger(key, &k, 0)) { /* index is int? */ in luaH_newkey()
565 if (luaV_tointeger(key, &k, 0)) /* index is int? */ in luaH_get()
H A Dlvm.c99 int luaV_tointeger (const TValue *obj, lua_Integer *p, int mode) { function
149 if (!luaV_tointeger(obj, p, (step < 0 ? 2 : 1))) { /* not fit in integer? */