deroff.c | 261 static struct mactab *macfill(struct mactab *, const struct mactab *); 1558 macfill(struct mactab *dst, const struct mactab *src) function in typeref:struct:mactab * 1611 p = macfill(back, troffmactab); 1612 p = macfill(p, ppmactab); 1613 p = macfill(p, p1); 1614 p = macfill(p, p2);
|