Searched refs:lua_number2str (Results 1 – 4 of 4) sorted by relevance
404 #define lua_number2str(s,n) \ macro
523 #define lua_number2str(s,n) sprintf((s), LUA_NUMBER_FMT, (n)) macro
53 lua_number2str(s, n); in luaV_tostring()
52 int l = lua_number2str(s, n); in luaV_tostring()