Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/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.c83 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
/freebsd-12.1/contrib/lua/src/
H A Dlcorolib.c81 lua_concat(L, 2); in luaB_auxwrap()
H A Dlauxlib.c60 lua_concat(L, 3); in findfield()
149 lua_concat(L, lua_gettop(L) - top); in luaL_traceback()
152 lua_concat(L, lua_gettop(L) - top); in luaL_traceback()
229 lua_concat(L, 2); in luaL_error()
H A Dlbaselib.c108 lua_concat(L, 2); in luaB_error()
H A Dlua.c361 lua_concat(L, 3); /* join them */ in multiline()
H A Dlua.h323 LUA_API void (lua_concat) (lua_State *L, int n); variable
H A Dlapi.c1140 LUA_API void lua_concat (lua_State *L, int n) { in lua_concat() function