Lines Matching refs:luaL_Buffer
79 luaL_Buffer b; in str_reverse()
92 luaL_Buffer b; in str_lower()
105 luaL_Buffer b; in str_upper()
128 luaL_Buffer b; in str_rep()
165 luaL_Buffer b; in str_char()
180 luaL_addlstring((luaL_Buffer*) B, (const char *)b, size); in writer()
186 luaL_Buffer b; in str_dump()
689 static void add_s (MatchState *ms, luaL_Buffer *b, const char *s, in add_s()
715 static void add_value (MatchState *ms, luaL_Buffer *b, const char *s, in add_value()
755 luaL_Buffer b; in str_gsub()
844 static void addquoted (lua_State *L, luaL_Buffer *b, int arg) { in addquoted()
909 luaL_Buffer b; in str_format()