Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlstrlib.c810 #if !defined(lua_number2strx) /* { */
873 static int lua_number2strx (lua_State *L, char *buff, int sz, in lua_number2strx() function
958 nb = lua_number2strx(L, buff, MAX_ITEM, "%" LUA_NUMBER_FRMLEN "a", n);
1055 nb = lua_number2strx(L, buff, MAX_ITEM, form,
H A Dluaconf.h.dist624 @@ lua_number2strx converts a float to an hexadecimal numeric string.
626 ** Otherwise, you can leave 'lua_number2strx' undefined and Lua will
630 #define lua_number2strx(L,b,sz,f,n) \
/freebsd-12.1/stand/liblua/
H A Dluaconf.h665 #define lua_number2strx(L,b,sz,f,n) \ macro