Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Droff.c622 static struct roff_node *roffce_node; /* active request */ variable
774 roffce_node = NULL; in roff_reset()
1747 if (roffce_node != NULL && buf->buf[pos] != '\0') { in roff_parsetext()
1749 r->man->last = roffce_node; in roff_parsetext()
1752 roffce_node = NULL; in roff_parsetext()
1916 if (roffce_node != NULL && in roff_req_or_macro()
1919 r->man->last = roffce_node; in roff_req_or_macro()
1922 roffce_node = NULL; in roff_req_or_macro()
3475 if (roffce_node != NULL && (tok == ROFF_ce || tok == ROFF_rj)) { in roff_onearg()
3476 r->man->last = roffce_node; in roff_onearg()
[all …]