Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlvm.h18 #define tonumber(o,n) (ttisnumber(o) || (((o) = luaV_tonumber(o,n)) != NULL))
31 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
413 if ((b = luaV_tonumber(rb, &tempb)) != NULL && in luaV_arith()
414 (c = luaV_tonumber(rc, &tempc)) != NULL) { in luaV_arith()
H A Dldebug.c555 if (luaV_tonumber(p1, &temp) == NULL) in luaG_aritherror()