Searched refs:luaZ_buffer (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llex.c | 93 return luaO_pushfstring(ls->L, LUA_QS, luaZ_buffer(ls->buff)); in txtToken() 194 char *p = luaZ_buffer(ls->buff); in buffreplace() 205 #define buff2d(b,e) luaO_str2d(luaZ_buffer(b), luaZ_bufflen(b) - 1, e) 296 seminfo->ts = luaX_newstring(ls, luaZ_buffer(ls->buff) + (2 + sep), in read_long_string() 392 seminfo->ts = luaX_newstring(ls, luaZ_buffer(ls->buff) + 1, in read_string() 494 ts = luaX_newstring(ls, luaZ_buffer(ls->buff), in llex()
|
H A D | lzio.h | 31 #define luaZ_buffer(buff) ((buff)->buffer) macro
|
/freebsd/contrib/lua/src/ |
H A D | llex.c | 104 return luaO_pushfstring(ls->L, "'%s'", luaZ_buffer(ls->buff)); in txtToken() 245 if (luaO_str2num(luaZ_buffer(ls->buff), &obj) == 0) /* format error? */ in read_numeral() 314 seminfo->ts = luaX_newstring(ls, luaZ_buffer(ls->buff) + sep, in read_long_string() 440 seminfo->ts = luaX_newstring(ls, luaZ_buffer(ls->buff) + 1, in read_string() 545 ts = luaX_newstring(ls, luaZ_buffer(ls->buff), in llex()
|
H A D | lzio.h | 31 #define luaZ_buffer(buff) ((buff)->buffer) macro
|