HomeSort by: relevance | last modified time | path
    Searched defs:style_table_size (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/groff/dist/src/libs/libgroff/
font.cpp 968 int style_table_size = 5; local
969 style_table = (const char **)new char *[style_table_size];
971 for (j = 0; j < style_table_size; j++)
979 if (i + 1 >= style_table_size) {
981 style_table_size *= 2;
982 style_table = (const char **)new char*[style_table_size];
985 for (; j < style_table_size; j++)

Completed in 24 milliseconds