Home
last modified time | relevance | path

Searched refs:CI_NONEXISTCHAR (Results 1 – 14 of 14) sorted by relevance

/dports/news/knews/knews-1.0b.1/Widgets/
H A DUtilI.h37 #define CI_NONEXISTCHAR(cs) ((cs)->width == 0 && \ macro
57 if (CI_NONEXISTCHAR(cs)) \
83 if (CI_NONEXISTCHAR(cs)) \
H A DUtil.c83 if (CI_NONEXISTCHAR(cs)) in MyXWidthToChars()
/dports/editors/xvile/vile-9.8v/
H A Dx11vile.h181 #ifndef CI_NONEXISTCHAR
183 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro
195 if (CI_NONEXISTCHAR(cs)) cs = def; \
212 if (CI_NONEXISTCHAR(cs)) cs = def; \
H A Dx11.c6079 if (pc == 0 || CI_NONEXISTCHAR(pc)) { in gui_isprint()
6085 if (pc == 0 || CI_NONEXISTCHAR(pc)) { in gui_isprint()
/dports/editors/vile/vile-9.8v/
H A Dx11vile.h181 #ifndef CI_NONEXISTCHAR
183 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro
195 if (CI_NONEXISTCHAR(cs)) cs = def; \
212 if (CI_NONEXISTCHAR(cs)) cs = def; \
H A Dx11.c6079 if (pc == 0 || CI_NONEXISTCHAR(pc)) { in gui_isprint()
6085 if (pc == 0 || CI_NONEXISTCHAR(pc)) { in gui_isprint()
/dports/x11/libX11/libX11-1.7.2/src/
H A DTextExt.c61 if (CI_NONEXISTCHAR(cs)) cs = def; \
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/optionalX11/X11/
H A DXlibint.h612 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro
635 if (CI_NONEXISTCHAR(cs)) cs = def; \
663 if (CI_NONEXISTCHAR(cs)) cs = def; \
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/X11/
H A DXlibint.h626 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro
645 if (CI_NONEXISTCHAR(cs)) cs = def; \
671 if (CI_NONEXISTCHAR(cs)) cs = def; \
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/optionalX11/X11/
H A DXlibint.h612 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro
635 if (CI_NONEXISTCHAR(cs)) cs = def; \
663 if (CI_NONEXISTCHAR(cs)) cs = def; \
/dports/devel/emscripten/emscripten-2.0.3/system/include/X11/
H A DXlibint.h638 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro
657 if (CI_NONEXISTCHAR(cs)) cs = def; \
683 if (CI_NONEXISTCHAR(cs)) cs = def; \
/dports/x11/libX11/libX11-1.7.2/include/X11/
H A DXlibint.h702 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro
721 if (CI_NONEXISTCHAR(cs)) cs = def; \
747 if (CI_NONEXISTCHAR(cs)) cs = def; \
/dports/x11/xfd/xfd-1.1.3/
H A Dgrid.c245 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro
258 if (CI_NONEXISTCHAR(cs)) \
280 if (CI_NONEXISTCHAR(cs)) \
/dports/x11/xterm/xterm-370/
H A Dfontutils.c60 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro
73 if (CI_NONEXISTCHAR(cs)) cs = 0; \
90 if (CI_NONEXISTCHAR(cs)) cs = 0; \
3641 if (pc == 0 || CI_NONEXISTCHAR(pc)) { in xtermMissingChar()