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

/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp761 symbol *font_position; member in class:troff_output_file
1161 if (n >= nfont_positions || font_position[n] != nm) {
1169 symbol *old_font_position = font_position;
1174 font_position = new symbol[nfont_positions];
1175 memcpy(font_position, old_font_position,
1179 font_position[n] = nm;
1503 font_position[i] = NULL_SYMBOL;
1530 font_position[i] = NULL_SYMBOL;
1540 a_delete font_position; local
1560 font_position
5953 void font_position() function
[all...]

Completed in 132 milliseconds