Home
last modified time | relevance | path

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

/netbsd/src/external/mit/lua/dist/src/
Dlcode.c60 static int tonumeral (const expdesc *e, TValue *v) { in tonumeral() function
111 default: return tonumeral(e, v); in luaK_exp2const()
1367 if (!tonumeral(e1, &v1) || !tonumeral(e2, &v2) || !validop(op, &v1, &v2))
1536 if (tonumeral(e2, NULL) && luaK_exp2K(fs, e2)) /* K operand? */
1551 if (tonumeral(e1, NULL)) { /* is first operand a numeric constant? */
1693 if (!tonumeral(v, NULL))
1700 if (!tonumeral(v, NULL))