Searched refs:luaZ_bufflen (Results 1 – 2 of 2) sorted by relevance
172 size_t n = luaZ_bufflen(ls->buff); in buffreplace()274 luaZ_bufflen(ls->buff) - 2*(2 + sep)); in read_long_string()330 luaZ_bufflen(ls->buff) - 2); in read_string()429 luaZ_bufflen(ls->buff)); in llex()
34 #define luaZ_bufflen(buff) ((buff)->n) macro