Lines Matching refs:ntok
158 rew_block(enum mant ntok, enum man_type type, const struct man_node *n) in rew_block() argument
161 if (type == MAN_BLOCK && ntok == n->parent->tok && in rew_block()
164 return(ntok == n->tok ? REW_HALT : REW_NOHALT); in rew_block()
279 enum mant ntok; in blk_close() local
287 ntok = MAN_RS; in blk_close()
291 if (nn->tok == ntok && nn->type == MAN_BLOCK) in blk_close()
307 ntok = MAN_UR; in blk_close()
315 if (nn->tok == ntok && nn->type == MAN_BLOCK && ! --nrew) in blk_close()
325 ntok = man->last->tok; in blk_close()
330 if (ntok == MAN_LP || ntok == MAN_PP || ntok == MAN_P) { in blk_close()
332 blk_imp(man, ntok, line, ppos, pos, buf); in blk_close()