Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dltests.h147 #undef lua_number2strx
H A Dluaconf.h619 #define lua_number2strx(L,b,sz,f,n) \ macro
H A Dlstrlib.c995 #if !defined(lua_number2strx) /* { */
1056 static int lua_number2strx (lua_State *L, char *buff, int sz, in lua_number2strx() function
1161 int nb = lua_number2strx(L, buff, MAX_ITEM, in quotefloat()
1325 nb = lua_number2strx(L, buff, maxitem, form,
H A Dluaconf.h.dist608 @@ lua_number2strx converts a float to a hexadecimal numeral.
610 ** Otherwise, you can leave 'lua_number2strx' undefined and Lua will
614 #define lua_number2strx(L,b,sz,f,n) \
/freebsd/lib/liblua/
H A Dluaconf.h624 #define lua_number2strx(L,b,sz,f,n) \ macro
/freebsd/stand/liblua/
H A Dluaconf.h641 #define lua_number2strx(L,b,sz,f,n) \ macro