Lines Matching refs:luaL_Buffer
78 luaL_Buffer b; in str_reverse()
91 luaL_Buffer b; in str_lower()
104 luaL_Buffer b; in str_upper()
127 luaL_Buffer b; in str_rep()
164 luaL_Buffer b; in str_char()
179 luaL_addlstring((luaL_Buffer*) B, (const char *)b, size); in writer()
185 luaL_Buffer b; in str_dump()
688 static void add_s (MatchState *ms, luaL_Buffer *b, const char *s, in add_s()
714 static void add_value (MatchState *ms, luaL_Buffer *b, const char *s, in add_value()
754 luaL_Buffer b; in str_gsub()
843 static void addquoted (lua_State *L, luaL_Buffer *b, int arg) { in addquoted()
908 luaL_Buffer b; in str_format()