Searched refs:style_table (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfontfile.cpp56 const char **font::style_table = 0; member in class:font
H A Dfont.cpp969 style_table = (const char **)new char *[style_table_size];
972 style_table[j] = 0;
980 const char **old_style_table = style_table;
982 style_table = (const char **)new char*[style_table_size];
984 style_table[j] = old_style_table[j];
986 style_table[j] = 0;
991 style_table[i++] = tem;
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dfont.h89 static const char **style_table; member in class:font

Completed in 81 milliseconds