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