Searched refs:equation (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/groff/contrib/eqn2graph/
H A Deqn2graph.sh3 # eqn2graph -- compile EQN equation descriptions to bitmap images
9 # Take an eqn equation on stdin, emit cropped bitmap on stdout.
85 read equation
86 (echo ".EQ"; echo 'delim $$'; echo ".EN"; echo '$'"$equation"'$') | \
/freebsd-10.2-release/contrib/groff/src/preproc/eqn/
H A Deqn.y114 %type <b> mark from_to sqrt_over script simple equation nonsup
124 | equation
128 equation: label
131 | equation mark
205 | '{' equation '}'
217 | LEFT delim equation RIGHT delim
219 | LEFT delim equation
270 equation
272 | pile_element_list ABOVE equation
291 equation
[all...]

Completed in 98 milliseconds