Home
last modified time | relevance | path

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

/external/lua/src/
Dlvm.c460 static void copy2buff (StkId top, int n, char *buff) { in copy2buff() function
499 copy2buff(top, n, buff); /* copy strings to buffer */ in luaV_concat()
504 copy2buff(top, n, getstr(ts)); in luaV_concat()