Searched refs:lua_tointegerx (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | lua.h | 198 #define lua_tonumberx (lua_Integer) lua_tointegerx 200 LUA_API lua_Integer (lua_tointegerx) (lua_State *L, int idx, int *isnum); 375 #define lua_tointeger(L,i) lua_tointegerx(L,(i),NULL) 419 #define lua_tounsignedx(L,i,is) ((lua_Unsigned)lua_tointegerx(L,i,is))
|
| H A D | loslib.c | 206 res = (int)lua_tointegerx(L, -1, &isnum); in getfield()
|
| H A D | lmathlib.c | 87 lua_Integer n = lua_tointegerx(L, 1, &valid); in math_toint()
|
| H A D | lauxlib.c | 427 lua_Integer d = lua_tointegerx(L, arg, &isnum); in luaL_checkinteger() 754 l = lua_tointegerx(L, -1, &isnum); in luaL_len()
|
| H A D | lapi.c | 362 LUA_API lua_Integer lua_tointegerx (lua_State *L, int idx, int *pisnum) { in lua_tointegerx() function
|