Searched refs:ORDINARY_TYPE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/groff-38/groff/src/preproc/eqn/
H A Dpbox.h127 const int ORDINARY_TYPE = 0; variable
H A Dlist.cpp86 if (left == OPERATOR_TYPE && right == ORDINARY_TYPE)
106 list.p[i]->spacing_type = ORDINARY_TYPE;
112 list.p[i-1]->spacing_type = ORDINARY_TYPE;
H A Dtext.cpp80 : spacing_type(ORDINARY_TYPE), font_type(DIGIT_TYPE)
94 return p ? p->spacing_type : ORDINARY_TYPE;
H A Dbox.cpp268 box::box() : spacing_type(ORDINARY_TYPE), uid(next_uid++)

Completed in 65 milliseconds