Searched refs:style_table_size (Results 1 – 2 of 2) sorted by relevance
1171 int style_table_size = 5; in load_desc() local1172 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()
1173 int style_table_size = 5; local1174 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++)