Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlvm.c94 static int l_strton (const TValue *obj, TValue *result) { in l_strton() function
113 else if (l_strton(obj, &v)) { /* string coercible to number? */ in luaV_tonumber_()
158 if (l_strton(obj, &v)) /* does 'obj' point to a numerical string? */ in luaV_tointeger()