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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.print.c22 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) function
168 * Putchar(tc) does what putbyte(c) do for a byte c.
170 * difference between Putchar() and putbyte() though.
173 Putchar(tchar tc) function
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c65 int (*Putchar)() = normchar; variable
79 P = Putchar;
80 Putchar = t ? listchar : normchar;
236 if (Putchar == listchar)
275 return ((*Putchar)((wchar_t)c));
967 Putchar = P;

Completed in 244 milliseconds