Searched defs:lua_pointer2str (Results 1 – 2 of 2) 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
|