Searched refs:tfont (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dmain.cpp176 char *tfont[FONTS]; /* fonts originally set to deffont values, */ variable
433 tfont[i] = (char *)deffont[i];
666 deffont[i] = tfont[i];
748 tfont[0] = (char *) malloc(strlen(str2) + 1);
749 strcpy(tfont[0], str2);
755 tfont[1] = (char *) malloc(strlen(str2) + 1);
756 strcpy(tfont[1], str2);
762 tfont[2] = (char *) malloc(strlen(str2) + 1);
763 strcpy(tfont[2], str2);
778 tfont[
[all...]
H A Dhgraph.cpp24 extern char *tfont[];
372 ".ps %d\n", tfont[font - 1], tsize[size - 1]);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp65 class tfont;
67 tfont *make_tfont(tfont_spec &);
124 tfont *last_tfont;
153 tfont *get_tfont(font_size, int, int, int);
184 friend tfont *font_info::get_tfont(font_size fs, int, int, int);
187 class tfont : public tfont_spec { class in inherits:tfont_spec
188 static tfont *tfont_list;
189 tfont *next;
190 tfont *plain_version;
192 tfont(tfont_spe
668 tfont::tfont(tfont_spec &spec) : tfont_spec(spec) function in class:tfont
[all...]
H A Dnode.h43 class tfont;
102 virtual tfont *get_tfont();
470 tfont *get_tfont();
519 tfont *tf;
528 special_node(const macro &, tfont *, color *, color *, statem *, int,
537 tfont *get_tfont();

Completed in 105 milliseconds