Lines Matching refs:last
47 if (man->last->type != ROFFT_EQN || ln > man->last->line) in man_parseln()
82 while (man->last->parent->type != ROFFT_ROOT && in man_descope()
83 man_macro(man->last->parent->tok)->flags & MAN_ESCOPED) in man_descope()
84 man_unscope(man, man->last->parent); in man_descope()
97 man_unscope(man, man->last->parent); in man_descope()
98 roff_body_alloc(man, line, offs, man->last->tok); in man_descope()
130 if (man->last->tok == MAN_SH || man->last->tok == MAN_SS) in man_ptext()
132 if (man->last->type == ROFFT_TEXT && in man_ptext()
133 ((ep = man_hasc(man->last->string)) != NULL)) { in man_ptext()
172 man->last->flags |= NODE_EOS; in man_ptext()
255 n = man->last; in man_pmacro()
273 man_unscope(man, man->last->parent); in man_pmacro()
274 roff_body_alloc(man, ln, ppos, man->last->tok); in man_pmacro()
296 n = man->last; in man_breakscope()
323 (man->last->tok == MAN_SH || man->last->tok == MAN_SS)) { in man_breakscope()
324 n = man->last; in man_breakscope()
338 n = man->last; in man_breakscope()