Lines Matching defs:putbyte
87 * putbyte() send a byte to SHOUT. No interpretation is done
92 putbyte(int c)
97 putbyte('^');
114 * Putchar(tc) does what putbyte(c) do for a byte c.
115 * Note that putbyte(c) just send the byte c (provided c is not
126 putbyte((int)tc);
143 * putbyte() send a byte to SHOUT. No interpretation is done
148 putbyte(int c)
153 putbyte('^');
168 * Putchar(tc) does what putbyte(c) do for a byte c.
170 * difference between Putchar() and putbyte() though.
175 putbyte((int)tc);