Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlobject.c153 int luaO_str2d (const char *s, size_t len, lua_Number *result) { in luaO_str2d() function
HDllex.c206 #define buff2d(b,e) luaO_str2d(luaZ_buffer(b), luaZ_bufflen(b) - 1, e)
HDlobject.h596 LUAI_FUNC int luaO_str2d (const char *s, size_t len, lua_Number *result);
HDlvm.c37 if (ttisstring(obj) && luaO_str2d(svalue(obj), tsvalue(obj)->len, &num)) { in luaV_tonumber()