Lines Matching refs:eqn_rest
35 enum eqn_rest { enum
141 static enum eqn_rest eqn_box(struct eqn_node *, struct eqn_box *);
154 static enum eqn_rest eqn_eqn(struct eqn_node *, struct eqn_box *);
155 static enum eqn_rest eqn_list(struct eqn_node *, struct eqn_box *);
156 static enum eqn_rest eqn_matrix(struct eqn_node *, struct eqn_box *);
358 enum eqn_rest c; in eqn_end()
379 static enum eqn_rest
383 enum eqn_rest c; in eqn_eqn()
394 static enum eqn_rest
400 enum eqn_rest c; in eqn_matrix()
443 static enum eqn_rest
449 enum eqn_rest c; in eqn_list()
487 static enum eqn_rest
494 enum eqn_rest c; in eqn_box()