Searched refs:style_table_size (Results 1 – 1 of 1) sorted by relevance
966 int style_table_size = 5; in load_desc() local967 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()