Home
last modified time | relevance | path

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

/dports/textproc/groff/groff-1.22.4/src/libs/libgroff/
H A Dfont.cpp1171 int style_table_size = 5; in load_desc() local
1172 style_table = (const char **)new char *[style_table_size]; in load_desc()
1174 for (j = 0; j < style_table_size; j++) in load_desc()
1182 if (i + 1 >= style_table_size) { in load_desc()
1184 style_table_size *= 2; in load_desc()
1185 style_table = (const char **)new char*[style_table_size]; in load_desc()
1188 for (; j < style_table_size; j++) in load_desc()
/dports/japanese/groff/groff-1.18.1.1/src/libs/libgroff/
H A Dfont.cc1173 int style_table_size = 5; local
1174 style_table = (const char **)new char *[style_table_size];
1176 for (j = 0; j < style_table_size; j++)
1184 if (i + 1 >= style_table_size) {
1186 style_table_size *= 2;
1187 style_table = (const char **)new char*[style_table_size];
1190 for (; j < style_table_size; j++)