Searched refs:luaO_str2num (Results 1 – 5 of 5) sorted by relevance
309 size_t luaO_str2num (const char *s, TValue *o) { in luaO_str2num() function
232 #define buff2num(b,o) (luaO_str2num(luaZ_buffer(b), o) != 0)
557 LUAI_FUNC size_t luaO_str2num (const char *s, TValue *o);
83 luaO_str2num(svalue(obj), &v) == vslen(obj) + 1) { in luaV_tonumber_()122 luaO_str2num(svalue(obj), &v) == vslen(obj) + 1) {
342 size_t sz = luaO_str2num(s, L->top); in lua_stringtonumber()