Home
last modified time | relevance | path

Searched refs:man_type (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Dman_macro.c46 static int rew_scope(enum man_type,
48 static enum rew rew_dohalt(enum mant, enum man_type,
50 static enum rew rew_block(enum mant, enum man_type,
157 rew_block(enum mant ntok, enum man_type type, const struct man_node *n) in rew_block()
173 rew_dohalt(enum mant tok, enum man_type type, const struct man_node *n) in rew_dohalt()
247 rew_scope(enum man_type type, struct man *man, enum mant tok) in rew_scope()
H A Dman.h62 enum man_type { enum
95 enum man_type type; /* AST node type */
H A Dman.c50 enum man_type, enum mant);
239 enum man_type type, enum mant tok) in man_node_alloc()