Lines Matching full:last
47 if (man->last->type != ROFFT_EQN || ln > man->last->line)
82 while (man->last->parent->type != ROFFT_ROOT &&
83 man_macro(man->last->parent->tok)->flags & MAN_ESCOPED)
84 man_unscope(man, man->last->parent);
97 man_unscope(man, man->last->parent);
98 roff_body_alloc(man, line, offs, man->last->tok);
130 if (man->last->tok == MAN_SH || man->last->tok == MAN_SS)
132 if (man->last->type == ROFFT_TEXT &&
133 ((ep = man_hasc(man->last->string)) != NULL)) {
143 * Warn if the last un-escaped character is whitespace. Then
165 * End-of-sentence check. If the last character is an unescaped
172 man->last->flags |= NODE_EOS;
255 n = man->last;
273 man_unscope(man, man->last->parent);
274 roff_body_alloc(man, ln, ppos, man->last->tok);
296 n = man->last;
323 (man->last->tok == MAN_SH || man->last->tok == MAN_SS)) {
324 n = man->last;
338 n = man->last;