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

/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dfont.cpp966 int style_table_size = 5; local
967 style_table = (const char **)new char *[style_table_size];
969 for (j = 0; j < style_table_size; j++)
977 if (i + 1 >= style_table_size) {
979 style_table_size *= 2;
980 style_table = (const char **)new char*[style_table_size];
983 for (; j < style_table_size; j++)

Completed in 134 milliseconds