Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dlist.cpp84 if (right == OPERATOR_TYPE) in compute_spacing()
88 if (left == OPERATOR_TYPE && right == ORDINARY_TYPE) in compute_spacing()
104 || prevt == OPERATOR_TYPE in compute_metrics()
H A Dpbox.h130 const int OPERATOR_TYPE = 1; variable