HomeSort by relevance Sort by last modified time
    Searched refs:muscle_grow (Results 1 - 2 of 2) sorted by null

  /external/bison/src/
muscle-tab.c 139 muscle_grow (const char *key, const char *val, const char *separator) function
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, "[[[[", ",")
    [all...]
muscle-tab.h 84 void muscle_grow (const char *key, const char *value, const char *separator);
87 /* Append VALUE to the current value of KEY, using muscle_grow. But

Completed in 31 milliseconds