Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/liblua/
HDluaconf.h506 #define lua_integer2str(s,sz,n) \ macro
/freebsd-14-stable/stand/liblua/
HDluaconf.h523 #define lua_integer2str(s,sz,n) \ macro
/freebsd-14-stable/contrib/lua/src/
HDluaconf.h504 #define lua_integer2str(s,sz,n) \ macro
HDlobject.c359 len = lua_integer2str(buff, MAXNUMBER2STR, ivalue(obj)); in tostringbuff()
HDluaconf.h.dist489 @@ lua_integer2str converts an integer to a string.
499 #define lua_integer2str(s,sz,n) \