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

  /xsrc/external/mit/xterm/dist/
graphics_regis.c 5681 unparseputc(xw, D_QUOTE);
5683 unparseputc(xw, ',');
5685 unparseputc(xw, D_QUOTE);
5686 unparseputc(xw, '\r');
5734 unparseputc(xw, '\r');
5762 unparseputc(xw, delim);
5764 unparseputc(xw, delim);
5766 unparseputc(xw, '\r');
5814 unparseputc(xw, D_QUOTE);
5816 unparseputc(xw, ',')
    [all...]
misc.c 3376 unparseputc(xw, ';');
3379 unparseputc(xw, ';');
3839 unparseputc(xw, ';');
3845 unparseputc(xw, '#');
3849 unparseputc(xw, ' ');
3960 unparseputc(xw, delimiter); \
5072 unparseputc(xw, okay ? '1' : '0');
5073 unparseputc(xw, '$');
5074 unparseputc(xw, 'r');
5079 unparseputc(xw, ANSI_CAN)
    [all...]
input.c 1160 unparseputc(xw, CharOf(*string++));
1222 unparseputc(xw, kypd_num[kd.keysym - XK_KP_Space]);
1376 unparseputc(xw, prefix); /* escape */
1378 unparseputc(xw, CharOf(kd.strbuf[j]));
1405 unparseputc(xw, *string++);
charproc.c 3497 unparseputc(xw, screen->answer_back[count]);
3900 unparseputc(xw, ANSI_ESC);
3901 unparseputc(xw, '/');
3902 unparseputc(xw, value);
4064 unparseputc(xw, '!');
4065 unparseputc(xw, '|');
4071 unparseputc(xw, '0');
5243 unparseputc(xw, '>');
5244 unparseputc(xw, '|');
8655 unparseputc(xw, ANSI_ESC)
9155 unparseputc(XtermWidget xw, int c) function
    [all...]
xterm.h 1144 extern void unparseputc (XtermWidget /* xw */, int /* c */);

Completed in 24 milliseconds