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

/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dfontfile.cpp54 const char **font::style_table = 0; member in class:font
H A Dfont.cpp967 style_table = (const char **)new char *[style_table_size];
970 style_table[j] = 0;
978 const char **old_style_table = style_table;
980 style_table = (const char **)new char*[style_table_size];
982 style_table[j] = old_style_table[j];
984 style_table[j] = 0;
989 style_table[i++] = tem;
/freebsd-11-stable/contrib/groff/src/include/
H A Dfont.h87 static const char **style_table; member in class:font

Completed in 75 milliseconds