Searched refs:Mbuffer (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lzio.h | 23 typedef struct Mbuffer { struct 27 } Mbuffer; argument 45 LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n);
|
H A D | lparser.h | 115 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
H A D | llex.h | 63 Mbuffer *buff; /* buffer for tokens */
|
H A D | lzio.c | 66 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) { in luaZ_openspace()
|
H A D | lstate.h | 138 Mbuffer buff; /* temporary buffer for string concatenation */
|
H A D | llex.c | 49 Mbuffer *b = ls->buff; in save()
|
H A D | ldo.c | 712 Mbuffer buff; /* dynamic structure used by the scanner */
|
H A D | lparser.c | 1622 Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()
|
/freebsd/contrib/lua/src/ |
H A D | lzio.h | 23 typedef struct Mbuffer { struct 27 } Mbuffer; argument
|
H A D | llex.h | 73 Mbuffer *buff; /* buffer for tokens */
|
H A D | lparser.h | 167 LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
H A D | llex.c | 58 Mbuffer *b = ls->buff; in save()
|
H A D | ldo.c | 972 Mbuffer buff; /* dynamic structure used by the scanner */
|
H A D | lparser.c | 1942 LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()
|