Home
last modified time | relevance | path

Searched refs:luaM_reallocvchar (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlzio.h42 ((buff)->buffer = luaM_reallocvchar(L, (buff)->buffer, \
H A Dlmem.h56 #define luaM_reallocvchar(L,b,on,n) \ macro