Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlobject.c438 static char *getbuff (BuffFS *buff, int sz) { in getbuff() function
455 char *bf = getbuff(buff, cast_int(slen)); in addstr2buff()
470 char *numbuff = getbuff(buff, MAXNUMBER2STR); in addnum2buff()
519 char *bf = getbuff(&buff, sz); in luaO_pushvfstring()