Searched refs:lua_integer2str (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/liblua/ |
H A D | luaconf.h | 506 #define lua_integer2str(s,sz,n) \ macro
|
/freebsd/stand/liblua/ |
H A D | luaconf.h | 523 #define lua_integer2str(s,sz,n) \ macro
|
/freebsd/contrib/lua/src/ |
H A D | luaconf.h | 513 #define lua_integer2str(s,sz,n) \ macro
|
H A D | lobject.c | 359 len = lua_integer2str(buff, MAXNUMBER2STR, ivalue(obj)); in tostringbuff()
|
H A D | luaconf.h.dist | 489 @@ lua_integer2str converts an integer to a string. 499 #define lua_integer2str(s,sz,n) \
|