Home
last modified time | relevance | path

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

/external/lua/src/
Dlbaselib.c79 if (s != NULL && lua_stringtonumber(L, s) == l + 1) in luaB_tonumber()
Dlua.h326 LUA_API size_t (lua_stringtonumber) (lua_State *L, const char *s);
Dliolib.c465 if (lua_stringtonumber(L, rn.buff)) /* is this a valid number? */ in read_number()
Dlapi.c337 LUA_API size_t lua_stringtonumber (lua_State *L, const char *s) { in lua_stringtonumber() function