Searched refs:rew_dohalt (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/mandoc/ |
H A D | man_macro.c | 48 static enum rew rew_dohalt(enum mant, enum man_type, 173 rew_dohalt(enum mant tok, enum man_type type, const struct man_node *n) in rew_dohalt() function 259 c = rew_dohalt(tok, type, n); in rew_scope()
|
H A D | mdoc_macro.c | 64 static enum rew rew_dohalt(enum mdoct, enum mdoc_type, 361 rew_dohalt(enum mdoct tok, enum mdoc_type type, in rew_dohalt() function 506 if (REWIND_THIS != rew_dohalt(tok, MDOC_BLOCK, breaker)) in make_pending() 560 switch (rew_dohalt(tok, t, n)) { in rew_sub()
|