Searched refs:BUFVFS (Results 1 – 1 of 1) sorted by relevance
394 #define BUFVFS (LUA_IDSIZE + MAXNUMBER2STR + 95) macro401 char space[BUFVFS]; /* holds last part of the result */439 lua_assert(buff->blen <= BUFVFS); lua_assert(sz <= BUFVFS); in getbuff()440 if (sz > BUFVFS - buff->blen) /* not enough space? */ in getbuff()454 if (slen <= BUFVFS) { /* does string fit into buffer? */ in addstr2buff()