Searched refs:roff_parse (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | roff.c | 201 static enum rofft roff_parse(struct roff *, const char *, int *); 749 if (ROFF_MAX == (t = roff_parse(r, *bufp, &pos))) in roff_parseln() 785 roff_parse(struct roff *r, const char *buf, int *pos) in roff_parse() function 1019 if (ROFF_MAX != roff_parse(r, *bufp, &pos)) in roff_block_sub() 1030 t = roff_parse(r, *bufp, &pos); in roff_block_sub() 1070 t = roff_parse(r, *bufp, &pos); in roff_cond_sub()
|