Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Droff.c624 static struct roff_node *roffce_node; /* active request */ variable
776 roffce_node = NULL; in roff_reset()
1749 if (roffce_node != NULL && buf->buf[pos] != '\0') { in roff_parsetext()
1751 r->man->last = roffce_node; in roff_parsetext()
1754 roffce_node = NULL; in roff_parsetext()
1918 if (roffce_node != NULL && in roff_req_or_macro()
1921 r->man->last = roffce_node; in roff_req_or_macro()
1924 roffce_node = NULL; in roff_req_or_macro()
3480 if (roffce_node != NULL && (tok == ROFF_ce || tok == ROFF_rj)) { in roff_onearg()
3481 r->man->last = roffce_node; in roff_onearg()
[all …]