Searched refs:luaL_addsize (Results 1 – 5 of 5) sorted by relevance
306 luaL_addsize(&b, l); in read_line()308 luaL_addsize(&b, l - 1); /* do not include `eol' */ in read_line()326 luaL_addsize(&b, nr); in read_chars()
143 #define luaL_addsize(B,n) ((B)->p += (n)) macro
144 #define luaL_addsize(B,s) ((B)->n += (s)) macro
422 luaL_addsize(B, l); in luaL_addlstring()440 luaL_addsize(B, sz); in luaL_pushresultsize()
983 luaL_addsize(&b, nb); in str_format()