Home
last modified time | relevance | path

Searched refs:LUA_VNUMINT (Results 1 – 7 of 7) sorted by relevance

/external/lua/src/
Dlobject.h299 #define LUA_VNUMINT makevariant(LUA_TNUMBER, 0) /* integer numbers */ macro
304 #define ttisinteger(o) checktag((o), LUA_VNUMINT)
321 { TValue *io=(obj); val_(io).i=(x); settt_(io, LUA_VNUMINT); }
732 #define keyisinteger(node) (keytt(node) == LUA_VNUMINT)
Dltable.c138 case LUA_VNUMINT: in mainposition()
182 case LUA_VNUMINT: in equalkey()
744 case LUA_VNUMINT: return luaH_getint(t, ivalue(key)); in luaH_get()
Dldump.c120 case LUA_VNUMINT: in dumpConstants()
Dluac.c281 case LUA_VNUMINT: in PrintType()
317 case LUA_VNUMINT: in PrintConstant()
Dlundump.c178 case LUA_VNUMINT: in loadConstants()
Dlcode.c681 case LUA_VNUMINT: in const2exp()
Dlvm.c581 case LUA_VNUMINT: return (ivalue(t1) == ivalue(t2)); in luaV_equalobj()