Home
last modified time | relevance | path

Searched refs:lua_concat (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlauxlib.c52 lua_concat(L, 3); in findfield()
133 lua_concat(L, lua_gettop(L) - top); in luaL_traceback()
136 lua_concat(L, lua_gettop(L) - top); in luaL_traceback()
197 lua_concat(L, 2); in luaL_error()
H A Dlcorolib.c73 lua_concat(L, 2); in luaB_auxwrap()
H A Dlbaselib.c79 lua_concat(L, 2); in luaB_error()
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