Searched refs:rofft (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | roff.c | 40 enum rofft { enum 338 enum rofft tok; /* type of node */ 349 enum rofft tok, /* tok of macro */ \ 376 static enum rofft roffhash_find(const char *, size_t); 380 static void roffnode_push(struct roff *, enum rofft, 416 static enum rofft roff_parse(struct roff *, char *, int *, 759 static enum rofft 781 return((enum rofft)(n - roffs)); in roffhash_find() 809 roffnode_push(struct roff *r, enum rofft tok, const char *name, in roffnode_push() 1161 enum rofft t; in roff_parseln() [all …]
|