Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dllex.c59 if (luaZ_bufflen(b) + 1 > luaZ_sizebuffer(b)) { in save()
66 b->buffer[luaZ_bufflen(b)++] = cast_char(c); in save()
315 luaZ_bufflen(ls->buff) - 2 * sep); in read_long_string()
441 luaZ_bufflen(ls->buff) - 2); in read_string()
546 luaZ_bufflen(ls->buff)); in llex()
A Dlzio.h33 #define luaZ_bufflen(buff) ((buff)->n) macro

Completed in 5 milliseconds