/illumos-gate/usr/src/lib/libbc/libc/stdio/common/ |
H A D | putchar.c | 30 * A subroutine version of the macro putchar 33 #undef putchar macro 36 putchar(c) function
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | putchar.c | 33 * A subroutine version of the macro putchar 44 #undef putchar macro 47 putchar(ch) function
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ovprintf.c | 38 #undef putchar macro 55 putchar(*string++); 58 putchar(fillch); 62 putchar(*string++); 64 putchar(fillch);
|
H A D | ex_vmain.c | 39 /* Undef putchar/getchar if they're defined. */ 40 #ifdef putchar 41 # undef putchar macro 717 putchar(*cursor); 720 putchar(wchar);
|
H A D | ex_voper.c | 40 /* Undef putchar/getchar if they're defined. */ 41 #ifdef putchar 42 #undef putchar macro
|
H A D | 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 158 putchar('^'), c = ctlof(c); 212 putchar(*cp++); 216 putchar(wchar); 219 putchar((int)('\n' | QUOTE)); 270 * Indirect to current definition of putchar 273 putchar(int c) function [all...] |
H A D | ex_vops2.c | 37 /* Undef putchar/getchar if they're defined. */ 38 #ifdef putchar 39 # undef putchar macro 79 putchar('\\' | QUOTE); 1108 putchar('\\'); 1136 putchar('^'); 1486 putchar(wchar);
|
H A D | ex_subr.c | 36 /* Undef putchar/getchar if they're defined. */ 37 #ifdef putchar 38 # undef putchar macro 596 putchar(*gp++); 599 putchar(wchar); 636 putchar(*gp++); 639 putchar(wchar); 817 putchar(' '); 862 putchar(*cp++); 865 putchar(wcha [all...] |
H A D | ex_cmdsub.c | 40 #undef putchar macro 54 int putchar(), getchar(); 126 putchar(' '); 1132 putchar((int)('\r' | QUOTE)); 1156 putchar('-'); 1170 putchar((int)('\n' | QUOTE)); 1530 putchar('\t'); 1532 putchar('\t');
|
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/ |
H A D | putchar.c | 42 * void putchar(int ch) 47 putchar(int ch) function 60 putchar('\r'); 61 putchar(ch);
|
/illumos-gate/usr/src/boot/sys/boot/i386/common/ |
H A D | cons.c | 55 putchar(int c) function 146 putchar(c);
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | term.h | 43 - If a terminal is dumb, you may assume that only putchar, getkey and 66 void (*putchar) (int c); member in struct:term_entry
|
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | stdio.h | 76 #define putchar(x) putc((x),stdout) macro
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | kernel.c | 47 static void putchar (int c); 218 putchar (int c) function 252 putchar (c); 275 putchar (*p++); 279 putchar (*((int *) arg++));
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | console.c | 144 putchar(int c) function
|
/illumos-gate/usr/src/lib/libbc/inc/5include/ |
H A D | stdio.h | 145 extern int putchar(int); 168 #define putchar(x) putc((x), stdout) macro
|
/illumos-gate/usr/src/ucbhead/ |
H A D | stdio.h | 193 extern int putchar(int); 245 #define putchar(x) putc((x), stdout) macro
|
/illumos-gate/usr/src/head/iso/ |
H A D | stdio_iso.h | 233 extern int putchar(int); 298 inline int putchar(int _x) { return putc(_x, stdout); } function in namespace:std 302 #define putchar(x) putc((x), stdout)
|
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/ |
H A D | boot1.c | 620 putchar('\n'); 721 putchar(int c) function
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | malloc.c | 1410 #define putchar(c) (*buf++ = (c)) macro
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | n1.c | 493 #undef putchar macro 494 #define putchar(n) (*pfbp++ = (n)) /* NO CHECKING! */ macro 527 putchar(c); 533 putchar('-'); 541 putchar('\\'); 542 putchar(va_arg(ap, int) & 0177); 546 putchar(c); 567 putchar('-'); 572 putchar("0123456789ABCDEF"[(int)(n%b)]);
|
/illumos-gate/usr/src/boot/include/ |
H A D | stdio.h | 262 int putchar(int); 505 #define putchar(x) putc(x, stdout) macro
|
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/ |
H A D | ixp425_board.c | 169 putchar(int ch) function 188 putchar('\r'); 189 putchar(ch); 204 putchar(hex[ch >> 4]); 205 putchar(hex[ch & 0xf]); 213 putchar(' '); 376 putchar(' ');
|
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/ |
H A D | boot1.c | 68 static int putchar(char c, void *arg); 558 putchar(char c, void *arg) function 576 ret = __printf(fmt, putchar, 0, ap);
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 81 #undef putchar macro 82 #define putchar(ed,c) ed_putchar(ed,c) macro 581 putchar(ep->ed,'\n'); 595 putchar(ep->ed,'\n'); 738 putchar(ep->ed,c); 1344 putchar(ep->ed,i); 1466 putchar(ep->ed,c);
|