Lines Matching refs:roffce_node
630 static struct roff_node *roffce_node; /* active request */ variable
782 roffce_node = NULL; in roff_reset()
1782 if (roffce_node != NULL && buf->buf[pos] != '\0') { in roff_parsetext()
1784 r->man->last = roffce_node; in roff_parsetext()
1787 roffce_node = NULL; in roff_parsetext()
1939 if (ctl && roffce_node != NULL && in roff_parseln()
1942 r->man->last = roffce_node; in roff_parseln()
1945 roffce_node = NULL; in roff_parseln()
2410 if (roffce_node != NULL && in roff_cond_sub()
2413 r->man->last = roffce_node; in roff_cond_sub()
2416 roffce_node = NULL; in roff_cond_sub()
3506 if (roffce_node != NULL && (tok == ROFF_ce || tok == ROFF_rj)) { in roff_onearg()
3507 r->man->last = roffce_node; in roff_onearg()
3541 roffce_node = NULL; in roff_onearg()
3544 roffce_node = r->man->last->parent; in roff_onearg()