Searched defs:putbyte (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.print.c87 * putbyte() send a byte to SHOUT. No interpretation is done
92 putbyte(int c) function
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) function
153 putbyte('^');
168 * Putchar(tc) does what putbyte(
[all...]

Completed in 44 milliseconds