Searched refs:luaL_addvalue (Results 1 – 4 of 4) sorted by relevance
149 LUALIB_API void (luaL_addvalue) (luaL_Buffer *B); variable
605 luaL_addvalue(b); /* add capture to accumulated result */ in add_s()640 luaL_addvalue(b); /* add result to accumulator */ in add_value()806 luaL_addvalue(&b); in str_format()
140 luaL_addvalue(b); in addfield()
454 LUALIB_API void luaL_addvalue (luaL_Buffer *B) { in luaL_addvalue() function