Searched refs:rew_dohalt (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/mdocml/
H A Dman_macro.c46 static enum rew rew_dohalt(enum mant, enum man_type,
167 rew_dohalt(enum mant tok, enum man_type type, const struct man_node *n) function
245 c = rew_dohalt(tok, type, n);
H A Dmdoc_macro.c34 enum rew { /* see rew_dohalt() */
64 static enum rew rew_dohalt(enum mdoct, enum mdoc_type,
341 rew_dohalt(enum mdoct tok, enum mdoc_type type, function
486 if (REWIND_THIS != rew_dohalt(tok, MDOC_BLOCK, breaker))
540 switch (rew_dohalt(tok, t, n)) {

Completed in 54 milliseconds