Home
last modified time | relevance | path

Searched refs:luaL_prepbuffer (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/lyaml/ext/yaml/
H A Demitter.c63 sprintf (luaL_prepbuffer (&emitter->errbuff), in emit_STREAM_START()
182 sprintf (luaL_prepbuffer (&emitter->errbuff), in emit_MAPPING_START()
227 sprintf (luaL_prepbuffer (&emitter->errbuff), in emit_SEQUENCE_START()
275 sprintf (luaL_prepbuffer (&emitter->errbuff), in emit_SCALAR()
346 sprintf (luaL_prepbuffer (&emitter->errbuff), in emit()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h155 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE) macro
/freebsd/contrib/lua/src/
H A Dliolib.c527 char *buff = luaL_prepbuffer(&b); /* preallocate buffer space */ in read_line()
548 char *p = luaL_prepbuffer(&b); in read_all()
H A Dlauxlib.h224 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE) macro