Searched refs:lua_pointer2str (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/liblua/ |
H A D | luaconf.h | 614 #define lua_pointer2str(buff,sz,p) l_sprintf(buff,sz,"%p",p) macro
|
/freebsd/stand/liblua/ |
H A D | luaconf.h | 631 #define lua_pointer2str(buff,sz,p) l_sprintf(buff,sz,"%p",p) macro
|
/freebsd/contrib/lua/src/ |
H A D | luaconf.h | 618 #define lua_pointer2str(buff,sz,p) l_sprintf(buff,sz,"%p",p) macro
|
H A D | lobject.c | 521 int len = lua_pointer2str(bf, sz, p); in luaO_pushvfstring()
|
H A D | luaconf.h.dist | 601 @@ lua_pointer2str converts a pointer to a readable string in a 604 #define lua_pointer2str(buff,sz,p) l_sprintf(buff,sz,"%p",p)
|