Searched refs:b_str2int (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dlbaselib.c64 static const char *b_str2int (const char *s, int base, lua_Integer *pn) { function
108 if (b_str2int(s, (int)base, &n) == s + l) {

Completed in 146 milliseconds