HomeSort by: relevance | last modified time | path
    Searched refs:xtermIsDecGraphic (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
fontutils.h 104 (xtermIsDecGraphic(ch) \
157 #define xtermIsDecGraphic(ch) ((ch) > 0 && (ch) < 32)
158 #define xtermIsInternalCs(ch) (xtermIsDecGraphic(ch) || xtermIsDecTechnical(ch))
button.c 1670 if (xtermIsDecGraphic(ch)) {
fontutils.c 4885 if (xtermIsDecGraphic(ch)) {

Completed in 12 milliseconds