Lines Matching defs:mactab
117 static char *mactab[] = { "-ms", "-mm", "-me", "-ma" };
171 struct mactab {
177 static const struct mactab troffmactab[];
178 static const struct mactab ppmactab[];
179 static const struct mactab msmactab[];
180 static const struct mactab mmmactab[];
181 static const struct mactab memactab[];
182 static const struct mactab manmactab[];
239 static int sizetab(const struct mactab *);
259 static void buildtab(const struct mactab **, int *);
261 static struct mactab *macfill(struct mactab *, const struct mactab *);
338 msflag, mactab[mac], keepblock, disp);
1443 static const struct mactab *mactab = NULL;
1444 const struct mactab *mp;
1446 if (mactab == 0)
1447 buildtab(&mactab, &tabsize);
1480 mp = &mactab[mid];
1538 const struct mactab *t1 = p1;
1539 const struct mactab *t2 = p2;
1545 sizetab(const struct mactab *mp)
1557 static struct mactab *
1558 macfill(struct mactab *dst, const struct mactab *src)
1578 buildtab(const struct mactab **r_back, int *r_size)
1581 const struct mactab *p1, *p2;
1582 struct mactab *back, *p;
1607 back = calloc(size + 2, sizeof(struct mactab));
1616 qsort(back, size, sizeof(struct mactab), macsort);
1624 static const struct mactab troffmactab[] = {
1643 static const struct mactab ppmactab[] = {
1656 static const struct mactab msmactab[] = {
1681 static const struct mactab mmmactab[] = {
1689 static const struct mactab memactab[] = {
1719 static const struct mactab manmactab[] = {