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

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.print.c 22 void Putchar(tchar);
108 /* 'cause the next Putchar() call may overflow the buffer. */
114 * Putchar(tc) does what putbyte(c) do for a byte c.
116 * a control character) as it is, while Putchar(tc) may expand the
121 Putchar(tchar tc)
168 * Putchar(tc) does what putbyte(c) do for a byte c.
170 * difference between Putchar() and putbyte() though.
173 Putchar(tchar tc)
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_put.c 39 /* Undef putchar/getchar if they're defined. */
40 #ifdef putchar
41 # undef putchar macro
56 * The routines outchar, putchar and pline are actually
61 * During open/visual, outchar and putchar will be set to
65 int (*Putchar)() = normchar;
79 P = Putchar;
80 Putchar = t ? listchar : normchar;
158 putchar('^'), c = ctlof(c);
212 putchar(*cp++)
273 putchar(int c) function
    [all...]

Completed in 3779 milliseconds