Home
last modified time | relevance | path

Searched defs:mactab (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/deroff/
H A Dderoff.c117 static char *mactab[] = { "-ms", "-mm", "-me", "-ma" }; variable
171 struct mactab { struct
177 static const struct mactab troffmactab[]; argument
1444 static const struct mactab *mactab = NULL; in comline() local