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

  /xsrc/external/mit/xterm/dist/
charproc.c 1891 prefix = AsciiOf(prefix);
1892 suffix = AsciiOf(suffix);
2925 #define TRACE_GSETS(name) TRACE(("CASE_GSETS%s(%d) = '%c'\n", name, sp->scstype, AsciiOf(c)))
3036 SetParam(nparam++, (int) AsciiOf(c) - 32);
3216 c = AsciiOf(c);
3260 parse_sixel_char(AsciiOf(c));
3305 : AsciiOf(c));
3601 (AsciiOf(c) == '3') ? "top" : "bottom"));
3602 xterm_DECDHL(xw, AsciiOf(c) == '3');
3667 SetParam(nparam - 1, (10 * value) + (int) (AsciiOf(c) - '0'))
    [all...]
ptyx.h 330 #define AsciiOf(n) (0x7f & (n)) /* extract 7-bit character */

Completed in 10 milliseconds