Searched refs:BuffFS (Results 1 – 1 of 1) sorted by relevance
397 typedef struct BuffFS { struct402 } BuffFS; argument414 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()