Searched refs:lua_concat (Results 1 - 11 of 11) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlapi.c1130 LUA_API void lua_concat (lua_State *L, int n) { function
H A Dlauxlib.c52 lua_concat(L, 3);
133 lua_concat(L, lua_gettop(L) - top);
136 lua_concat(L, lua_gettop(L) - top);
197 lua_concat(L, 2);
H A Dlbaselib.c83 lua_concat(L, 2);
H A Dlcorolib.c73 lua_concat(L, 2);
H A Dlua.h304 LUA_API void (lua_concat) (lua_State *L, int n);
/freebsd-11-stable/contrib/lua/src/
H A Dlapi.c1140 LUA_API void lua_concat (lua_State *L, int n) { function
H A Dlauxlib.c60 lua_concat(L, 3);
149 lua_concat(L, lua_gettop(L) - top);
152 lua_concat(L, lua_gettop(L) - top);
229 lua_concat(L, 2);
H A Dlbaselib.c108 lua_concat(L, 2);
H A Dlcorolib.c81 lua_concat(L, 2);
H A Dlua.c361 lua_concat(L, 3); /* join them */
H A Dlua.h323 LUA_API void (lua_concat) (lua_State *L, int n);

Completed in 171 milliseconds