Home
last modified time | relevance | path

Searched refs:Mbuffer (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlzio.h25 typedef struct Mbuffer { struct
29 } Mbuffer; argument
H A Dllex.h81 Mbuffer *buff; /* buffer for tokens */
H A Dlparser.h171 LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff,
H A Dllex.c62 Mbuffer *b = ls->buff; in save()
H A Dldo.c976 Mbuffer buff; /* dynamic structure used by the scanner */
H A Dlparser.c1956 LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()