Searched refs:luaL_pushresultsize (Results 1 – 4 of 4) sorted by relevance
123 luaL_pushresultsize(&b, l); in str_reverse()136 luaL_pushresultsize(&b, l); in str_lower()149 luaL_pushresultsize(&b, l); in str_upper()175 luaL_pushresultsize(&b, totallen); in str_rep()209 luaL_pushresultsize(&b, n); in str_char()
236 LUALIB_API void (luaL_pushresultsize) (luaL_Buffer *B, size_t sz); variable
616 LUALIB_API void luaL_pushresultsize (luaL_Buffer *B, size_t sz) { in luaL_pushresultsize() function
98 luaL_pushresultsize(&lbuf, n); in lua_read()