Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/lua/src/
H A Dltests.h77 LUAI_FUNC void lua_printobj (lua_State *L, struct GCObject *o);
H A Dltests.c323 void lua_printobj (lua_State *L, struct GCObject *o) { in lua_printobj() function