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