Home | History | Annotate | Download | only in dist

Lines Matching refs:AsciiOf

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'));
4654 if (strchr("012AB", AsciiOf(c)) != NULL) {
6015 BtoS(AsciiOf(c) == 'G')));
6016 if ((!screen->wide_chars) && (AsciiOf(c) == 'G')) {
6022 switchPtyData(screen, AsciiOf(c) == 'G');
6027 BtoS(AsciiOf(c) == 'G'),
6069 switch (AsciiOf(c)) {