Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.c393 typedef struct BuffFS { struct
398 } BuffFS; argument
405 static void pushstr (BuffFS *buff, const char *str, size_t l) { in pushstr()
418 static void clearbuff (BuffFS *buff) { in clearbuff()
428 static char *getbuff (BuffFS *buff, int sz) { in getbuff()
443 static void addstr2buff (BuffFS *buff, const char *str, size_t slen) { in addstr2buff()
459 static void addnum2buff (BuffFS *buff, TValue *num) { in addnum2buff()
471 BuffFS buff; /* holds last part of the result */ in luaO_pushvfstring()