Searched refs:style_table (Results 1 – 4 of 4) sorted by relevance
969 style_table = (const char **)new char *[style_table_size]; in load_desc()972 style_table[j] = 0; in load_desc()980 const char **old_style_table = style_table; in load_desc()982 style_table = (const char **)new char*[style_table_size]; in load_desc()984 style_table[j] = old_style_table[j]; in load_desc()986 style_table[j] = 0; in load_desc()991 style_table[i++] = tem; in load_desc()
56 const char **font::style_table = 0; member in font
89 static const char **style_table; variable
7424 if (font::style_table) { in main()7425 for (i = 0; font::style_table[i]; i++) in main()7426 mount_style(j++, symbol(font::style_table[i])); in main()