Searched refs:lua_number2strx (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | luaconf.h | 628 #define lua_number2strx(L,b,sz,f,n) \ macro
|
H A D | lstrlib.c | 1003 #if !defined(lua_number2strx) /* { */ 1064 static int lua_number2strx (lua_State *L, char *buff, int sz, in lua_number2strx() function 1169 int nb = lua_number2strx(L, buff, MAX_ITEM, in quotefloat() 1334 nb = lua_number2strx(L, buff, maxitem, form, in str_format()
|