Searched refs:roff_getcontrol (Results 1 – 4 of 4) sorted by relevance
84 int roff_getcontrol(const struct roff *,
48 return roff_getcontrol(man->roff, buf, &offs) ? in man_parseln()
77 return roff_getcontrol(mdoc->roff, buf, &offs) ? in mdoc_parseln()
1833 ctl = roff_getcontrol(r, buf->buf, &pos); in roff_parseln()4401 roff_getcontrol(const struct roff *r, const char *cp, int *ppos) in roff_getcontrol() function