Searched refs:lua_number2strx (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | ltests.h | 147 #undef lua_number2strx
|
H A D | luaconf.h | 619 #define lua_number2strx(L,b,sz,f,n) \ macro
|
H A D | lstrlib.c | 995 #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 D | luaconf.h.dist | 608 @@ 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 D | luaconf.h | 624 #define lua_number2strx(L,b,sz,f,n) \ macro
|
/freebsd/stand/liblua/ |
H A D | luaconf.h | 641 #define lua_number2strx(L,b,sz,f,n) \ macro
|