Home
last modified time | relevance | path

Searched refs:catstr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/one-true-awk/
H A Dproto.h114 extern Cell *catstr(Cell *, Cell *);
H A Dtran.c545 Cell *catstr(Cell *a, Cell *b) /* concatenate a and b */ in catstr() function
H A Dawkgram.y356 | string STRING { $$ = catstr($1, $2); }
H A DChangeLog23 * tran.c (catstr): Use snprintf instead of sprintf.