Searched refs:luaV_concat (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lvm.h | 40 LUAI_FUNC void luaV_concat (lua_State *L, int total);
|
| H A D | lobject.c | 223 if (n > 0) luaV_concat(L, n + 1); in luaO_pushvfstring()
|
| H A D | lvm.c | 294 void luaV_concat (lua_State *L, int total) { in luaV_concat() function 516 luaV_concat(L, total); /* concat them (may yield again) */ in luaV_finishOp() 722 Protect(luaV_concat(L, c - b + 1)); in luaV_execute()
|
| H A D | lapi.c | 1133 luaV_concat(L, n); in lua_concat()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lvm.h | 127 LUAI_FUNC void luaV_concat (lua_State *L, int total);
|
| H A D | lobject.c | 410 luaV_concat(L, buff->pushed); /* join partial results into one */ in pushstr()
|
| H A D | lvm.c | 643 void luaV_concat (lua_State *L, int total) { in luaV_concat() function 852 luaV_concat(L, total); /* concat them (may yield again) */ in luaV_finishOp() 1532 ProtectNT(luaV_concat(L, n)); in luaV_execute()
|
| H A D | lapi.c | 1257 luaV_concat(L, n); in lua_concat()
|