Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.c276 static const char *l_str2int (const char *s, lua_Integer *result) { in l_str2int() function
311 if ((e = l_str2int(s, &i)) != NULL) { /* try as an integer */ in luaO_str2num()