Searched refs:lua_number2strx (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/lib/liblua/ |
| H A D | luaconf.h | 624 #define lua_number2strx(L,b,sz,f,n) \ macro
|
| /freebsd-13.1/stand/liblua/ |
| H A D | luaconf.h | 641 #define lua_number2strx(L,b,sz,f,n) \ macro
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lstrlib.c | 992 #if !defined(lua_number2strx) /* { */ 1053 static int lua_number2strx (lua_State *L, char *buff, int sz, in lua_number2strx() function 1140 int nb = lua_number2strx(L, buff, MAX_ITEM, in quotefloat() 1264 nb = lua_number2strx(L, buff, maxitem, form,
|
| H A D | luaconf.h.dist | 611 @@ lua_number2strx converts a float to a hexadecimal numeral. 613 ** Otherwise, you can leave 'lua_number2strx' undefined and Lua will 617 #define lua_number2strx(L,b,sz,f,n) \
|