Home
last modified time | relevance | path

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

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxfont.c161 xfont_encode_coding_xlfd (char *xlfd) in xfont_encode_coding_xlfd() function
481 if (len < 0 || (len = xfont_encode_coding_xlfd (name)) < 0) in xfont_list()
529 if (xfont_encode_coding_xlfd (name) < 0) in xfont_list()
558 if (xfont_encode_coding_xlfd (name) < 0) in xfont_match()
684 if (len <= 0 || (len = xfont_encode_coding_xlfd (name)) < 0) in xfont_open()
715 if (len <= 0 || (len = xfont_encode_coding_xlfd (name)) < 0) in xfont_open()
H A DChangeLog.1114726 (xfont_encode_coding_xlfd): New function.
/dports/editors/emacs/emacs-27.2/src/
H A Dxfont.c161 xfont_encode_coding_xlfd (char *xlfd) in xfont_encode_coding_xlfd() function
481 if (len < 0 || (len = xfont_encode_coding_xlfd (name)) < 0) in xfont_list()
529 if (xfont_encode_coding_xlfd (name) < 0) in xfont_list()
558 if (xfont_encode_coding_xlfd (name) < 0) in xfont_match()
681 if (len <= 0 || (len = xfont_encode_coding_xlfd (name)) < 0) in xfont_open()
712 if (len <= 0 || (len = xfont_encode_coding_xlfd (name)) < 0) in xfont_open()
H A DChangeLog.1114726 (xfont_encode_coding_xlfd): New function.