Searched refs:charFormat (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dcharclass.c171 #define charFormat(code) ((code) > 255 ? "0x%04X" : "%d") macro
212 sprintf(buffer, charFormat(code), code);
273 printf(charFormat(known_classes[i]), known_classes[i]);

Completed in 3 milliseconds