Searched refs:Mbuffer (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lzio.h | 24 typedef struct Mbuffer { struct 28 } Mbuffer; typedef 46 LUAI_FUNC char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n);
|
| H A D | lparser.h | 116 LUAI_FUNC Closure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
|
| H A D | lzio.c | 67 char *luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) { in luaZ_openspace()
|
| H A D | llex.h | 64 Mbuffer *buff; /* buffer for tokens */
|
| H A D | lstate.h | 139 Mbuffer buff; /* temporary buffer for string concatenation */
|
| H A D | llex.c | 50 Mbuffer *b = ls->buff; in save()
|
| H A D | ldo.c | 713 Mbuffer buff; /* dynamic structure used by the scanner */
|
| H A D | lparser.c | 1623 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; typedef
|
| 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 | 983 Mbuffer buff; /* dynamic structure used by the scanner */
|
| H A D | lparser.c | 1941 LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()
|