Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
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);
Dlvm.c58 const TValue *luaV_tonumber (const TValue *obj, TValue *n) { in luaV_tonumber() function
387 if ((b = luaV_tonumber(rb, &tempb)) != NULL && in luaV_arith()
388 (c = luaV_tonumber(rc, &tempc)) != NULL) { in luaV_arith()
Dldebug.c541 if (luaV_tonumber(p1, &temp) == NULL) in luaG_aritherror()