HomeSort by: relevance | last modified time | path
    Searched defs:macfill (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/deroff/
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);
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);

Completed in 66 milliseconds