Searched refs:b_str2int (Results 1 – 1 of 1) sorted by relevance
60 static const char *b_str2int (const char *s, int base, lua_Integer *pn) { in b_str2int() function104 if (b_str2int(s, (int)base, &n) == s + l) { in luaB_tonumber()