Home
last modified time | relevance | path

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

/freebsd-src/contrib/lua/src/
H A Dlbaselib.c90 if (s != NULL && lua_stringtonumber(L, s) == l + 1) in luaB_tonumber()
H A Dlua.h356 LUA_API size_t (lua_stringtonumber) (lua_State *L, const char *s);
H A Dliolib.c502 if (l_likely(lua_stringtonumber(L, rn.buff))) in read_number()
H A Dlstrlib.c272 return (s != NULL && lua_stringtonumber(L, s) == len + 1); in tonum()
H A Dlapi.c371 LUA_API size_t lua_stringtonumber (lua_State *L, const char *s) { in lua_stringtonumber() function