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

/xsrc/external/mit/xterm/dist/
H A Dmain.h62 #ifndef DEFFONT
63 #define DEFFONT "fixed" macro
H A Dfontutils.c1095 } else if (XmuCompareISOLatin1(name, DEFFONT) != 0) {
1111 code = xtermOpenFont(xw, DEFFONT, result, NULL, True);
1963 } else if (x_strcasecmp(new_fnames.f_n, DEFFONT)
2210 Sres(XtNfont, XtCFont, default_font.f_n, DEFFONT),
4977 || strcmp(fnt.fn, DEFFONT)) {
H A Dcharproc.c554 Sres(XtNfont, XtCFont, misc.default_font.f_n, DEFFONT),
12292 if (XmuCompareISOLatin1(myfont->f_n, DEFFONT) != 0) {
12293 char *use_font = x_strdup(DEFFONT);
H A Dmisc.c713 fn = xtermLoadQueryFont(xw, DEFFONT);

Completed in 30 milliseconds