Searched refs:lua_isinteger (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lmathlib.c | 30 if (lua_isinteger(L, 1)) { in math_abs() 96 if (lua_isinteger(L, 1)) in math_floor() 107 if (lua_isinteger(L, 1)) in math_ceil() 118 if (lua_isinteger(L, 1) && lua_isinteger(L, 2)) { in math_fmod() 140 if (lua_isinteger(L ,1)) { in math_modf() 236 lua_pushstring(L, (lua_isinteger(L, 1)) ? "integer" : "float"); in math_type()
|
A D | lauxlib.c | 673 lua_assert(lua_isinteger(L, -1)); in luaL_ref() 692 lua_assert(lua_isinteger(L, -1)); in luaL_unref() 891 if (lua_isinteger(L, idx)) in luaL_tolstring()
|
A D | lua.h | 185 LUA_API int (lua_isinteger) (lua_State *L, int idx); variable
|
A D | liolib.c | 666 int len = lua_isinteger(L, arg) in g_write()
|
A D | lstrlib.c | 1168 if (!lua_isinteger(L, arg)) /* float? */ in addliteral()
|
A D | lapi.c | 297 LUA_API int lua_isinteger (lua_State *L, int idx) { in lua_isinteger() function
|
Completed in 18 milliseconds