Symbol: mactab
usr.bin/deroff/deroff.c
111
char *mactab[] = { "-ms", "-mm", "-me", "-ma" };
usr.bin/deroff/deroff.c
1440
static struct mactab *mactab = NULL;
usr.bin/deroff/deroff.c
1441
struct mactab *mp;
usr.bin/deroff/deroff.c
1443
if (mactab == 0)
usr.bin/deroff/deroff.c
1444
buildtab(&mactab, &tabsize);
usr.bin/deroff/deroff.c
1477
mp = &mactab[mid];
usr.bin/deroff/deroff.c
1535
struct mactab *t1 = (struct mactab *)p1;
usr.bin/deroff/deroff.c
1536
struct mactab *t2 = (struct mactab *)p2;
usr.bin/deroff/deroff.c
1542
sizetab(struct mactab *mp)
usr.bin/deroff/deroff.c
1554
struct mactab *
usr.bin/deroff/deroff.c
1555
macfill(struct mactab *dst, struct mactab *src)
usr.bin/deroff/deroff.c
1575
buildtab(struct mactab **r_back, int *r_size)
usr.bin/deroff/deroff.c
1578
struct mactab *p, *p1, *p2;
usr.bin/deroff/deroff.c
1579
struct mactab *back;
usr.bin/deroff/deroff.c
1604
back = calloc(size+2, sizeof(struct mactab));
usr.bin/deroff/deroff.c
1613
qsort(back, size, sizeof(struct mactab), macsort);
usr.bin/deroff/deroff.c
1621
struct mactab troffmactab[] = {
usr.bin/deroff/deroff.c
1640
struct mactab ppmactab[] = {
usr.bin/deroff/deroff.c
1653
struct mactab msmactab[] = {
usr.bin/deroff/deroff.c
1678
struct mactab mmmactab[] = {
usr.bin/deroff/deroff.c
1686
struct mactab memactab[] = {
usr.bin/deroff/deroff.c
1716
struct mactab manmactab[] = {
usr.bin/deroff/deroff.c
172
struct mactab troffmactab[];
usr.bin/deroff/deroff.c
173
struct mactab ppmactab[];
usr.bin/deroff/deroff.c
174
struct mactab msmactab[];
usr.bin/deroff/deroff.c
175
struct mactab mmmactab[];
usr.bin/deroff/deroff.c
176
struct mactab memactab[];
usr.bin/deroff/deroff.c
177
struct mactab manmactab[];
usr.bin/deroff/deroff.c
232
int sizetab(struct mactab *);
usr.bin/deroff/deroff.c
252
void buildtab(struct mactab **, int *);
usr.bin/deroff/deroff.c
254
struct mactab *macfill(struct mactab *, struct mactab *);
usr.bin/deroff/deroff.c
334
msflag, mactab[mac], keepblock, disp);