Searched refs:luaV_tonumber (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lvm.h | 19 (((o) = luaV_tonumber(o,n)) != NULL)) 27 LUAI_FUNC const TValue *luaV_tonumber (const TValue *obj, TValue *n);
|
| H A D | lvm.c | 35 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 D | ldebug.c | 590 if (luaV_tonumber(p1, &temp) == NULL) in luaG_aritherror()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lvm.h | 19 #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 D | lvm.c | 34 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 D | ldebug.c | 555 if (luaV_tonumber(p1, &temp) == NULL) in luaG_aritherror()
|