Home
last modified time | relevance | path

Searched defs:luaL_prepbuffer (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h155 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE) macro
/freebsd/contrib/lua/src/
H A Dlauxlib.h224 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE) macro