Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlobject.c331 size_t luaO_str2num (const char *s, TValue *o) { in luaO_str2num() function
H A Dllex.c232 if (luaO_str2num(luaZ_buffer(ls->buff), &obj) == 0) /* format error? */ in read_numeral()
H A Dlobject.h539 LUAI_FUNC size_t luaO_str2num (const char *s, TValue *o);
H A Dlvm.c79 luaO_str2num(svalue(obj), &v) == vslen(obj) + 1) { in luaV_tonumber_()
112 luaO_str2num(svalue(obj), &v) == vslen(obj) + 1) { in luaV_tointeger()
H A Dlapi.c338 size_t sz = luaO_str2num(s, L->top); in lua_stringtonumber()