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

/freebsd-13-stable/contrib/lua/src/
H A Dlvm.c97 static int l_strton (const TValue *obj, TValue *result) { function
116 else if (l_strton(obj, &v)) { /* string coercible to number? */
161 if (l_strton(obj, &v)) /* does 'obj' point to a numerical string? */

Completed in 57 milliseconds