Lines Matching refs:luaL_Buffer
59 luaL_Buffer b; in str_reverse()
71 luaL_Buffer b; in str_lower()
84 luaL_Buffer b; in str_upper()
95 luaL_Buffer b; in str_rep()
128 luaL_Buffer b; in str_char()
142 luaL_addlstring((luaL_Buffer*) B, (const char *)b, size); in writer()
148 luaL_Buffer b; in str_dump()
590 static void add_s (MatchState *ms, luaL_Buffer *b, const char *s, in add_s()
612 static void add_value (MatchState *ms, luaL_Buffer *b, const char *s, in add_value()
653 luaL_Buffer b; in str_gsub()
696 static void addquoted (lua_State *L, luaL_Buffer *b, int arg) { in addquoted()
762 luaL_Buffer b; in str_format()