Home
last modified time | relevance | path

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

/external/lua/src/
Dlbaselib.c90 if (s != NULL && lua_stringtonumber(L, s) == l + 1) in luaB_tonumber()
Dlua.h345 LUA_API size_t (lua_stringtonumber) (lua_State *L, const char *s);
Dliolib.c496 if (lua_stringtonumber(L, rn.buff)) /* is this a valid number? */ in read_number()
Dlstrlib.c271 return (s != NULL && lua_stringtonumber(L, s) == len + 1); in tonum()
Dlapi.c347 LUA_API size_t lua_stringtonumber (lua_State *L, const char *s) { in lua_stringtonumber() function