Searched refs:DEFFONT (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | main.h | 62 #ifndef DEFFONT 63 #define DEFFONT "fixed" macro
|
| H A D | fontutils.c | 1095 } 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 D | charproc.c | 554 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 D | misc.c | 713 fn = xtermLoadQueryFont(xw, DEFFONT);
|
Completed in 30 milliseconds