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

/freebsd-11-stable/contrib/lua/src/
H A Dlobject.c299 static const char *l_str2int (const char *s, lua_Integer *result) { function
334 if ((e = l_str2int(s, &i)) != NULL) { /* try as an integer */

Completed in 84 milliseconds