Home
last modified time | relevance | path

Searched refs:luaV_concat (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.h39 LUAI_FUNC void luaV_concat (lua_State *L, int total);
H A Dlobject.c224 if (n > 0) luaV_concat(L, n + 1); in luaO_pushvfstring()
H A Dlvm.c293 void luaV_concat (lua_State *L, int total) { in luaV_concat() function
515 luaV_concat(L, total); /* concat them (may yield again) */ in luaV_finishOp()
721 Protect(luaV_concat(L, c - b + 1)); in luaV_execute()
H A Dlapi.c1135 luaV_concat(L, n); in lua_concat()
/freebsd-12.1/contrib/lua/src/
H A Dlvm.h107 LUAI_FUNC void luaV_concat (lua_State *L, int total);
H A Dlvm.c474 void luaV_concat (lua_State *L, int total) { in luaV_concat() function
690 luaV_concat(L, total); /* concat them (may yield again) */ in luaV_finishOp()
1072 Protect(luaV_concat(L, c - b + 1)); in luaV_execute()
H A Dlobject.c463 if (n > 0) luaV_concat(L, n + 1); in luaO_pushvfstring()
H A Dlapi.c1144 luaV_concat(L, n); in lua_concat()