Searched defs:getchar (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dgetchar.c29 * A subroutine version of the macro getchar.
32 #undef getchar macro
35 getchar() function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetchar.c33 * A subroutine version of the macro getchar.
45 #undef getchar macro
49 getchar(void) function
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dget.c33 getchar(void) function
62 c = getchar() & 0177;
/illumos-gate/usr/src/boot/sys/boot/i386/common/
H A Dcons.c153 getchar(void) function
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_get.c46 (void)getchar();
50 getchar(void) function
85 peekc = getchar();
200 c = getchar();
223 c = getchar();
228 c = getchar();
H A Dex_vmain.c39 /* Undef putchar/getchar if they're defined. */
43 #ifdef getchar
44 # undef getchar macro
H A Dex_voper.c40 /* Undef putchar/getchar if they're defined. */
44 #ifdef getchar
45 #undef getchar macro
H A Dex_put.c39 /* Undef putchar/getchar if they're defined. */
43 #ifdef getchar
44 # undef getchar macro
H A Dex_vops2.c37 /* Undef putchar/getchar if they're defined. */
41 #ifdef getchar
42 # undef getchar macro
H A Dex_subr.c36 /* Undef putchar/getchar if they're defined. */
40 #ifdef getchar
41 # undef getchar macro
125 c = getchar();
238 int c = getchar();
H A Dex_cmdsub.c39 #undef getchar macro
54 int putchar(), getchar();
646 *lp++ = getchar();
656 c = getchar();
1018 switch (c = op = getchar()) {
1030 c = getchar();
1044 c = getchar();
1541 c = getchar();
1543 c = getchar();
1565 c = getchar();
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdio.h75 #define getchar() getc(stdin) macro
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dconsole.c116 getchar(void) function
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h140 extern int getchar(void);
167 #define getchar() getc(stdin) macro
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h190 extern int getchar(void);
244 #define getchar() getc(stdin) macro
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h232 extern int getchar(void);
297 inline int getchar() { return getc(stdin); } function in namespace:std
301 #define getchar() getc(stdin)
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c59 uintptr_t getchar; local
72 getchar = (uintptr_t)pio->cons_polledio_getchar;
78 return ((int)kmdb_dpi_call(getchar, 1, &arg));
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c736 getchar(void) function
/illumos-gate/usr/src/boot/include/
H A Dstdio.h257 int getchar(void);
504 #define getchar() getc(stdin) macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h212 extern __MANGLE__ int getchar __PROTO__((void));
444 extern __MANGLE__ int getchar __PROTO__((void));
562 #define getchar() sfgetc(sfstdin) macro
591 #define getchar() getc(stdin) macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h191 extern __MANGLE__ int getchar __PROTO__((void));
423 extern __MANGLE__ int getchar __PROTO__((void));
541 #define getchar() sfgetc(sfstdin) macro
570 #define getchar() getc(stdin) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h212 extern __MANGLE__ int getchar __PROTO__((void));
444 extern __MANGLE__ int getchar __PROTO__((void));
562 #define getchar() sfgetc(sfstdin) macro
591 #define getchar() getc(stdin) macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h191 extern __MANGLE__ int getchar __PROTO__((void));
423 extern __MANGLE__ int getchar __PROTO__((void));
541 #define getchar() sfgetc(sfstdin) macro
570 #define getchar() getc(stdin) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h212 extern __MANGLE__ int getchar __PROTO__((void));
444 extern __MANGLE__ int getchar __PROTO__((void));
562 #define getchar() sfgetc(sfstdin) macro
591 #define getchar() getc(stdin) macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h191 extern __MANGLE__ int getchar __PROTO__((void));
423 extern __MANGLE__ int getchar __PROTO__((void));
541 #define getchar() sfgetc(sfstdin) macro
570 #define getchar() getc(stdin) macro

Completed in 100 milliseconds

12