Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dllex.c245 if (luaO_str2num(luaZ_buffer(ls->buff), &obj) == 0) /* format error? */ in read_numeral()
H A Dlobject.c308 size_t luaO_str2num (const char *s, TValue *o) { in luaO_str2num() function
H A Dlobject.h805 LUAI_FUNC size_t luaO_str2num (const char *s, TValue *o);
H A Dlapi.c372 size_t sz = luaO_str2num(s, s2v(L->top.p)); in lua_stringtonumber()
H A Dlvm.c99 return (luaO_str2num(svalue(obj), result) == vslen(obj) + 1); in l_strton()