Home
last modified time | relevance | path

Searched refs:lua_stringtonumber (Results 1 – 4 of 4) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dlbaselib.c83 if (s != NULL && lua_stringtonumber(L, s) == l + 1) in luaB_tonumber()
H A Dlua.h359 LUA_API size_t (lua_stringtonumber) (lua_State *L, const char *s);
H A Dliolib.c445 if (lua_stringtonumber(L, rn.buff)) /* is this a valid number? */ in read_number()
H A Dlapi.c341 LUA_API size_t lua_stringtonumber (lua_State *L, const char *s) { in lua_stringtonumber() function