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