Searched refs:BUFVFS (Results 1 – 1 of 1) sorted by relevance
390 #define BUFVFS 200 macro397 char space[BUFVFS]; /* holds last part of the result */429 lua_assert(buff->blen <= BUFVFS); lua_assert(sz <= BUFVFS); in getbuff()430 if (sz > BUFVFS - buff->blen) /* not enough space? */ in getbuff()444 if (slen <= BUFVFS) { /* does string fit into buffer? */ in addstr2buff()