Searched refs:LUAL_BUFFERSIZE (Results 1 – 7 of 7) sorted by relevance
133 char buffer[LUAL_BUFFERSIZE];137 ((void)((B)->p < ((B)->buffer+LUAL_BUFFERSIZE) || luaL_prepbuffer(B)), \
300 if (fgets(p, LUAL_BUFFERSIZE, f) == NULL) { /* eof? */ in read_line()321 rlen = LUAL_BUFFERSIZE; /* try to read that much each time */ in read_chars()463 lua_Integer sz = luaL_optinteger(L, 3, LUAL_BUFFERSIZE); in f_setvbuf()
488 #define LUAL_BUFFERSIZE BUFSIZ macro
393 #define bufffree(B) ((size_t)(LUAL_BUFFERSIZE - bufflen(B)))525 char buff[LUAL_BUFFERSIZE];
136 char initb[LUAL_BUFFERSIZE]; /* initial buffer */155 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
371 #define LUAL_BUFFERSIZE 512 macro
460 B->size = LUAL_BUFFERSIZE; in luaL_buffinit()