Home
last modified time | relevance | path

Searched refs:style_table (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfont.cpp969 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()
H A Dfontfile.cpp56 const char **font::style_table = 0; member in font
/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dfont.h89 static const char **style_table; variable
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp7424 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()