Home
last modified time | relevance | path

Searched refs:lua_pointer2str (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/stand/liblua/
H A Dluaconf.h655 #define lua_pointer2str(buff,sz,p) l_sprintf(buff,sz,"%p",p) macro
/freebsd-12.1/contrib/lua/src/
H A Dlobject.c439 int l = lua_pointer2str(buff, sizeof(buff), p); in luaO_pushvfstring()