Home
last modified time | relevance | path

Searched refs:luaV_tonumber (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.h19 (((o) = luaV_tonumber(o,n)) != NULL))
27 LUAI_FUNC const TValue *luaV_tonumber (const TValue *obj, TValue *n);
H A Dlvm.c35 const TValue *luaV_tonumber (const TValue *obj, TValue *n) { in luaV_tonumber() function
321 if ((b = luaV_tonumber(rb, &tempb)) != NULL && in Arith()
322 (c = luaV_tonumber(rc, &tempc)) != NULL) { in Arith()
H A Dldebug.c590 if (luaV_tonumber(p1, &temp) == NULL) in luaG_aritherror()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.h19 #define tonumber(o,n) (ttisnumber(o) || (((o) = luaV_tonumber(o,n)) != NULL))
32 LUAI_FUNC const TValue *luaV_tonumber (const TValue *obj, TValue *n);
H A Dlvm.c34 const TValue *luaV_tonumber (const TValue *obj, TValue *n) { in luaV_tonumber() function
414 if ((b = luaV_tonumber(rb, &tempb)) != NULL && in luaV_arith()
415 (c = luaV_tonumber(rc, &tempc)) != NULL) { in luaV_arith()
H A Dldebug.c555 if (luaV_tonumber(p1, &temp) == NULL) in luaG_aritherror()