Searched refs:ROFF_EQN (Results 1 – 4 of 4) sorted by relevance
29 ROFF_EQN, /* an equation was successfully parsed */ enumerator
539 else if (ROFF_EQN == rr) in mparse_buf_r()
376 return(EQN_EOF == c ? ROFF_EQN : ROFF_IGN); in eqn_end()
1551 return(r->eqn && ROFF_EQN == eqn_end(&r->eqn) ? 1 : 0);