Searched refs:luaV_tointegerns (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/lua/src/ |
| H A D | lvm.h | 70 : luaV_tointegerns(o,i,LUA_FLOORN2I)) 125 LUAI_FUNC int luaV_tointegerns (const TValue *obj, lua_Integer *p,
|
| H A D | lvm.c | 143 int luaV_tointegerns (const TValue *obj, lua_Integer *p, F2Imod mode) { in luaV_tointegerns() function 162 return luaV_tointegerns(obj, p, mode); in luaV_tointeger() 586 return (luaV_tointegerns(t1, &i1, F2Ieq) && in luaV_equalobj() 587 luaV_tointegerns(t2, &i2, F2Ieq) && in luaV_equalobj()
|
| H A D | lcode.c | 1330 return (luaV_tointegerns(v1, &i, LUA_FLOORN2I) && in validop() 1331 luaV_tointegerns(v2, &i, LUA_FLOORN2I)); in validop()
|
| H A D | ldebug.c | 806 if (!luaV_tointegerns(p1, &temp, LUA_FLOORN2I)) in luaG_tointerror()
|