Searched refs:BuffFS (Results 1 – 1 of 1) sorted by relevance
426 typedef struct BuffFS { struct431 } BuffFS; argument443 static void pushstr (BuffFS *buff, const char *str, size_t lstr) { in pushstr()457 static void clearbuff (BuffFS *buff) { in clearbuff()467 static char *getbuff (BuffFS *buff, int sz) { in getbuff()482 static void addstr2buff (BuffFS *buff, const char *str, size_t slen) { in addstr2buff()498 static void addnum2buff (BuffFS *buff, TValue *num) { in addnum2buff()510 BuffFS buff; /* holds last part of the result */ in luaO_pushvfstring()