Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlua.h304 LUA_API void (lua_concat) (lua_State *L, int n); variable
H A Dlapi.c1130 LUA_API void lua_concat (lua_State *L, int n) { in lua_concat() function