Home
last modified time | relevance | path

Searched refs:rofft (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Droff.c38 enum rofft { enum
130 enum rofft tok; /* type of node */
141 enum rofft tok, /* tok of macro */ \
169 static enum rofft roffhash_find(const char *, size_t);
173 static void roffnode_push(struct roff *, enum rofft,
201 static enum rofft roff_parse(struct roff *, const char *, int *);
336 static enum rofft
358 return((enum rofft)(n - roffs)); in roffhash_find()
388 roffnode_push(struct roff *r, enum rofft tok, const char *name, in roffnode_push()
687 enum rofft t; in roff_parseln()
[all …]