Searched refs:luaL_addvalue (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/mit/lua/dist/src/
H A Dlauxlib.c153 luaL_addvalue(&b); /* add warning about skip */
162 luaL_addvalue(&b);
164 luaL_addvalue(&b);
623 ** 'luaL_addvalue' is the only function in the Buffer system where the
631 LUALIB_API void luaL_addvalue (luaL_Buffer *B) { function
H A Dlutf8lib.c179 luaL_addvalue(&b);
H A Dlauxlib.h234 LUALIB_API void (luaL_addvalue) (luaL_Buffer *B);
H A Dlstrlib.c896 luaL_addvalue(b); /* add position to accumulated result */
944 luaL_addvalue(b); /* add result to accumulator */
1214 luaL_addvalue(b);
1369 luaL_addvalue(&b); /* keep entire string */
1375 luaL_addvalue(&b); /* keep entire string */
H A Dltablib.c156 luaL_addvalue(b);
H A Dloadlib.c649 luaL_addvalue(&msg); /* concatenate error message */

Completed in 271 milliseconds