Searched refs:luaV_tointeger (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | lvm.h | 50 (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 D | ltable.c | 464 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 D | lvm.c | 99 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? */
|