Lines Matching refs:muscle_grow
139 muscle_grow (const char *key, const char *val, const char *separator)
172 | Using muscle_grow, append a synchronization line for the location |
186 muscle_grow (key, extension, "");
191 | Append VALUE to the current value of KEY, using muscle_grow. But |
200 muscle_grow (key, val, "\n");
215 muscle_grow (muscle, pair, ",\n");
241 | recently than muscle_grow for KEY since muscle_find can't return a |
278 muscle_grow (key, extension, "");
291 muscle_grow (key, "", ", ");
392 muscle_grow (key, "[[[[", ",");
393 muscle_grow (key, user_name, "");
394 muscle_grow (key, "]], ", "");
396 muscle_grow (key, "]]", "");