Searched refs:roffce_node (Results 1 – 1 of 1) sorted by relevance
629 static struct roff_node *roffce_node; /* active request */ variable781 roffce_node = NULL; in roff_reset()1754 if (roffce_node != NULL && buf->buf[pos] != '\0') { in roff_parsetext()1756 r->man->last = roffce_node; in roff_parsetext()1759 roffce_node = NULL; in roff_parsetext()1923 if (roffce_node != NULL && in roff_req_or_macro()1926 r->man->last = roffce_node; in roff_req_or_macro()1929 roffce_node = NULL; in roff_req_or_macro()3476 if (roffce_node != NULL && (tok == ROFF_ce || tok == ROFF_rj)) { in roff_onearg()3477 r->man->last = roffce_node; in roff_onearg()[all …]