Searched refs:Putchar (Results 1 - 14 of 14) 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
H A Dprintf.c18 * Hacked "printf" which prints through putbyte and Putchar.
22 * sequence. In all other cases Putchar() is used to send a character
722 Putchar(' ');
728 Putchar(*prefix++);
733 Putchar('0');
739 Putchar(*tbp++);
749 Putchar('0');
753 Putchar(*suffix++);
759 Putchar(' ');
H A Dsh.time.c151 Putchar(*cp);
217 Putchar('\n');
H A Dsh.set.c784 Putchar('\t');
786 Putchar('(');
789 Putchar(')');
790 Putchar('\n');
H A Dsh.exec.c342 blkpr(t), Putchar('\n');
H A Dsh.h473 extern void Putchar(tchar);
H A Dsh.proc.c906 Putchar('\n');
908 Putchar('\n');
H A Dsh.c1175 Putchar(*cp | QUOTE);
H A Dsh.lex.c146 Putchar(' ');
/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;
H A Dex_vmain.c1127 OPutchar = Putchar;
1145 Putchar = OPutchar;
H A Dex_vwind.c463 d = (column(NOSTR) + WCOLS - 1 + (Putchar == listchar) + insert_null_glitch) / WCOLS;
H A Dex.h395 extern int (*Putchar)();
H A Dex_vadj.c158 if (Putchar == listchar)

Completed in 113 milliseconds