Searched refs:CI_NONEXISTCHAR (Results 1 – 14 of 14) sorted by relevance
37 #define CI_NONEXISTCHAR(cs) ((cs)->width == 0 && \ macro57 if (CI_NONEXISTCHAR(cs)) \83 if (CI_NONEXISTCHAR(cs)) \
83 if (CI_NONEXISTCHAR(cs)) in MyXWidthToChars()
181 #ifndef CI_NONEXISTCHAR183 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro195 if (CI_NONEXISTCHAR(cs)) cs = def; \212 if (CI_NONEXISTCHAR(cs)) cs = def; \
6079 if (pc == 0 || CI_NONEXISTCHAR(pc)) { in gui_isprint()6085 if (pc == 0 || CI_NONEXISTCHAR(pc)) { in gui_isprint()
61 if (CI_NONEXISTCHAR(cs)) cs = def; \
612 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro635 if (CI_NONEXISTCHAR(cs)) cs = def; \663 if (CI_NONEXISTCHAR(cs)) cs = def; \
626 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro645 if (CI_NONEXISTCHAR(cs)) cs = def; \671 if (CI_NONEXISTCHAR(cs)) cs = def; \
638 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro657 if (CI_NONEXISTCHAR(cs)) cs = def; \683 if (CI_NONEXISTCHAR(cs)) cs = def; \
702 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro721 if (CI_NONEXISTCHAR(cs)) cs = def; \747 if (CI_NONEXISTCHAR(cs)) cs = def; \
245 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro258 if (CI_NONEXISTCHAR(cs)) \280 if (CI_NONEXISTCHAR(cs)) \
60 #define CI_NONEXISTCHAR(cs) (((cs)->width == 0) && \ macro73 if (CI_NONEXISTCHAR(cs)) cs = 0; \90 if (CI_NONEXISTCHAR(cs)) cs = 0; \3641 if (pc == 0 || CI_NONEXISTCHAR(pc)) { in xtermMissingChar()