Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlobject.c397 typedef struct BuffFS { struct
402 } BuffFS; argument
414 static void pushstr (BuffFS *buff, const char *str, size_t lstr) { in pushstr()
428 static void clearbuff (BuffFS *buff) { in clearbuff()
438 static char *getbuff (BuffFS *buff, int sz) { in getbuff()
453 static void addstr2buff (BuffFS *buff, const char *str, size_t slen) { in addstr2buff()
469 static void addnum2buff (BuffFS *buff, TValue *num) { in addnum2buff()
481 BuffFS buff; /* holds last part of the result */ in luaO_pushvfstring()