Home
last modified time | relevance | path

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

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