Searched refs:mdoc_type (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | mdoc.h | 177 enum mdoc_type { enum 364 enum mdoc_type type; /* AST node type */
|
H A D | mdoc_macro.c | 64 static enum rew rew_dohalt(enum mdoct, enum mdoc_type, 69 static int rew_sub(enum mdoc_type, struct mdoc *, 361 rew_dohalt(enum mdoct tok, enum mdoc_type type, in rew_dohalt() 553 rew_sub(enum mdoc_type t, struct mdoc *mdoc, in rew_sub() 1035 enum mdoc_type mtt; in blk_full()
|
H A D | mdoc.c | 97 enum mdoct, enum mdoc_type); 429 enum mdoct tok, enum mdoc_type type) in node_alloc()
|
H A D | mdoc_validate.c | 68 static int check_count(struct mdoc *, enum mdoc_type, 70 static int check_parent(PRE_ARGS, enum mdoct, enum mdoc_type); 420 check_count(struct mdoc *mdoc, enum mdoc_type type, in check_count() 559 check_parent(PRE_ARGS, enum mdoct tok, enum mdoc_type t) in check_parent()
|