Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.c331 size_t luaO_str2num (const char *s, TValue *o) { in luaO_str2num() function
Dllex.c232 if (luaO_str2num(luaZ_buffer(ls->buff), &obj) == 0) /* format error? */ in read_numeral()
Dlobject.h539 LUAI_FUNC size_t luaO_str2num (const char *s, TValue *o);
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()
Dlapi.c338 size_t sz = luaO_str2num(s, L->top); in lua_stringtonumber()