HomeSort by relevance Sort by last modified time
    Searched refs:putbyte (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.print.c 87 * 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(c) do for a byte c
    [all...]
printf.c 18 * Hacked "printf" which prints through putbyte and Putchar.
19 * putbyte() is used to send a pure byte, which might be a part
21 * for putbyte() may be QUOTE'd meaning not to convert it to ^x
178 putbyte (*cp++);
743 putbyte(*bp++);

Completed in 120 milliseconds