Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.c390 #define BUFVFS 200 macro
397 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()