Searched refs:luaZ_buffer (Results 1 – 2 of 2) sorted by relevance
104 return luaO_pushfstring(ls->L, "'%s'", luaZ_buffer(ls->buff)); in txtToken()242 if (luaO_str2num(luaZ_buffer(ls->buff), &obj) == 0) /* format error? */ in read_numeral()310 seminfo->ts = luaX_newstring(ls, luaZ_buffer(ls->buff) + sep, in read_long_string()436 seminfo->ts = luaX_newstring(ls, luaZ_buffer(ls->buff) + 1, in read_string()541 ts = luaX_newstring(ls, luaZ_buffer(ls->buff), in llex()
31 #define luaZ_buffer(buff) ((buff)->buffer) macro