Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/lua/src/
H A Dlvm.c628 static void copy2buff (StkId top, int n, char *buff) { in copy2buff() function
671 copy2buff(top, n, buff); /* copy strings to buffer */ in luaV_concat()
676 copy2buff(top, n, getstr(ts)); in luaV_concat()