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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlvm.h40 LUAI_FUNC void luaV_concat (lua_State *L, int total);
H A Dlobject.c223 if (n > 0) luaV_concat(L, n + 1);
H A Dlvm.c294 void luaV_concat (lua_State *L, int total) { function
516 luaV_concat(L, total); /* concat them (may yield again) */
722 Protect(luaV_concat(L, c - b + 1));
H A Dlapi.c1133 luaV_concat(L, n);
/freebsd-13-stable/contrib/lua/src/
H A Dlvm.h127 LUAI_FUNC void luaV_concat (lua_State *L, int total);
H A Dlvm.c622 /* macro used by 'luaV_concat' to ensure that element at 'o' is a string */
643 void luaV_concat (lua_State *L, int total) { function
852 luaV_concat(L, total); /* concat them (may yield again) */
1532 ProtectNT(luaV_concat(L, n));
1533 checkGC(L, L->top); /* 'luaV_concat' ensures correct top */
H A Dlobject.c410 luaV_concat(L, buff->pushed); /* join partial results into one */
H A Dlapi.c1257 luaV_concat(L, n);

Completed in 95 milliseconds