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

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp762 int nfont_positions; member in class:troff_output_file
1161 if (n >= nfont_positions || font_position[n] != nm) {
1167 if (n >= nfont_positions) {
1168 int old_nfont_positions = nfont_positions;
1170 nfont_positions *= 3;
1171 nfont_positions /= 2;
1172 if (nfont_positions <= n)
1173 nfont_positions = n + 10;
1174 font_position = new symbol[nfont_positions];
1502 for (int i = 0; i < nfont_positions;
[all...]

Completed in 265 milliseconds