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

/freebsd-11-stable/contrib/lua/src/
H A Dlcode.c43 static int tonumeral(const expdesc *e, TValue *v) { function
981 if (!tonumeral(e1, &v1) || !tonumeral(e2, &v2) || !validop(op, &v1, &v2))
1105 if (!tonumeral(v, NULL))

Completed in 49 milliseconds