Home
last modified time | relevance | path

Searched refs:eqn_rest (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Deqn.c35 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()
[all …]