Searched refs:ROFF_EQN (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/mdocml/
H A Dlibmandoc.h28 ROFF_EQN, /* an equation was successfully parsed */ enumerator in enum:rofferr
H A Dread.c507 * Do the same for ROFF_EQN.
520 else if (ROFF_EQN == rr)
H A Deqn.c376 return(EQN_EOF == c ? ROFF_EQN : ROFF_IGN);
H A Droff.c1306 return(r->eqn && ROFF_EQN == eqn_end(&r->eqn) ? 1 : 0);

Completed in 167 milliseconds