Home
last modified time | relevance | path

Searched refs:lua_integer2str (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/liblua/
H A Dluaconf.h506 #define lua_integer2str(s,sz,n) \ macro
/freebsd/stand/liblua/
H A Dluaconf.h523 #define lua_integer2str(s,sz,n) \ macro
/freebsd/contrib/lua/src/
H A Dluaconf.h513 #define lua_integer2str(s,sz,n) \ macro
H A Dlobject.c359 len = lua_integer2str(buff, MAXNUMBER2STR, ivalue(obj)); in tostringbuff()
H A Dluaconf.h.dist489 @@ lua_integer2str converts an integer to a string.
499 #define lua_integer2str(s,sz,n) \