Searched refs:catstr (Results 1 – 4 of 4) sorted by relevance
114 extern Cell *catstr(Cell *, Cell *);
545 Cell *catstr(Cell *a, Cell *b) /* concatenate a and b */ in catstr() function
356 | string STRING { $$ = catstr($1, $2); }
23 * tran.c (catstr): Use snprintf instead of sprintf.