Home
last modified time | relevance | path

Searched refs:lua_isinteger (Results 1 – 5 of 5) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dlmathlib.c42 if (lua_isinteger(L, 1)) { in math_abs()
108 if (lua_isinteger(L, 1)) in math_floor()
119 if (lua_isinteger(L, 1)) in math_ceil()
130 if (lua_isinteger(L, 1) && lua_isinteger(L, 2)) { in math_fmod()
152 if (lua_isinteger(L ,1)) { in math_modf()
285 if (lua_isinteger(L, 1)) in math_type()
H A Dlua.h190 LUA_API int (lua_isinteger) (lua_State *L, int idx); variable
H A Dliolib.c606 int len = lua_isinteger(L, arg) in g_write()
H A Dlauxlib.c766 if (lua_isinteger(L, idx)) in luaL_tolstring()
H A Dlapi.c274 LUA_API int lua_isinteger (lua_State *L, int idx) { in lua_isinteger() function