HomeSort by relevance Sort by last modified time
    Searched refs:Putchar (Results 1 - 14 of 14) 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)
printf.c 18 * 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(' ');
sh.time.c 151 Putchar(*cp);
217 Putchar('\n');
sh.set.c 784 Putchar('\t');
786 Putchar('(');
789 Putchar(')');
790 Putchar('\n');
sh.exec.c 352 blkpr(t), Putchar('\n');
sh.h 473 extern void Putchar(tchar);
sh.proc.c 906 Putchar('\n');
908 Putchar('\n');
sh.c 1200 Putchar(*cp | QUOTE);
sh.lex.c 146 Putchar(' ');
  /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...]
ex_vmain.c 39 /* Undef putchar/getchar if they're defined. */
40 #ifdef putchar
41 # undef putchar macro
717 putchar(*cursor);
720 putchar(wchar);
1127 OPutchar = Putchar;
1145 Putchar = OPutchar;
    [all...]
ex_vwind.c 466 d = (column(NOSTR) + WCOLS - 1 + (Putchar == listchar) + insert_null_glitch) / WCOLS;
ex.h 162 * case the editor needs a printf which prints through "putchar" ala the
174 #undef putchar macro
197 * e.g. to the putchar routine. The editor never uses a simple char variable.
398 extern int (*Putchar)();
ex_vadj.c 161 if (Putchar == listchar)
162 putchar('$');
279 putchar('@');
316 putchar('@');

Completed in 360 milliseconds