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

  /src/external/gpl2/groff/dist/src/preproc/grn/
main.cpp 178 char *tfont[FONTS]; /* fonts originally set to deffont values, */ variable
435 tfont[i] = (char *)deffont[i];
668 deffont[i] = tfont[i];
750 tfont[0] = (char *) malloc(strlen(str2) + 1);
751 strcpy(tfont[0], str2);
757 tfont[1] = (char *) malloc(strlen(str2) + 1);
758 strcpy(tfont[1], str2);
764 tfont[2] = (char *) malloc(strlen(str2) + 1);
765 strcpy(tfont[2], str2);
780 tfont[3] = (char *) malloc(strlen(str2) + 1)
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 67 class tfont;
69 tfont *make_tfont(tfont_spec &);
126 tfont *last_tfont;
155 tfont *get_tfont(font_size, int, int, int);
186 friend tfont *font_info::get_tfont(font_size fs, int, int, int);
189 class tfont : public tfont_spec { class in inherits:tfont_spec
190 static tfont *tfont_list;
191 tfont *next;
192 tfont *plain_version;
194 tfont(tfont_spec &)
670 tfont::tfont(tfont_spec &spec) : tfont_spec(spec) function in class:tfont
    [all...]

Completed in 17 milliseconds