Home
last modified time | relevance | path

Searched refs:getchar (Results 1 – 25 of 122) sorted by relevance

12345

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c58 extern int getchar();
104 c = getchar();
126 (void) getchar();
141 (void) getchar();
314 seof = getchar(); in compsub()
342 c = getchar(); in compsub()
416 (void) getchar(); in comprhs()
764 c = getchar(); in vi_compile()
801 c = getchar(); in vi_compile()
805 c = getchar(); in vi_compile()
[all …]
H A Dex_get.c46 (void)getchar(); in ignchar()
50 getchar(void) in getchar() function
85 peekc = getchar(); in peekchar()
200 c = getchar(); in gettty()
223 c = getchar(); in gettty()
228 c = getchar(); in gettty()
H A Dex_unix.c38 extern int getchar();
63 (void) getchar(); in unix0()
74 if ((len = _mbftowc(multic, &wc, getchar, &peekc)) > 0) { in unix0()
85 (void) getchar(); in unix0()
90 c = getchar(); in unix0()
213 (void) getchar(); in unix0()
H A Dex_set.c65 *cp++ = getchar(); in set()
247 (void)getchar(); /* = */ in set()
288 if (getchar() != '=') in set()
318 if( (*cp = getchar()) == '\\') in set()
320 *cp = getchar(); in set()
H A Dex_io.c64 extern int getchar();
77 d = getchar(); in filename()
170 if ((len = _mbftowc(multic, &wc, getchar, &peekc)) > 0) { in getargs()
179 c = getchar(); in getargs()
184 c = getchar(); in getargs()
200 if ((len = _mbftowc(multic, &wc, getchar, &peekc)) > 0) { in getargs()
212 c = getchar(); in getargs()
217 c = getchar(); in getargs()
H A Dex_cmds2.c61 c = getchar(); in cmdreg()
388 c = getchar(); in donewline()
581 *cp++ = getchar(), comm++; in tailprim()
593 *cp++ = getchar(); in tailprim()
H A Dex_cmds.c38 extern int getchar(void);
159 c = getchar();
168 c = getchar();
466 c = getchar();
966 c = getchar();
1118 length = _mbftowc(multic, &wchar, getchar, &peekc);
H A Dex_cmdsub.c40 #undef getchar
55 int putchar(), getchar();
647 *lp++ = getchar();
657 c = getchar();
1019 switch (c = op = getchar()) { in zop()
1033 c = getchar(); in zop()
1047 c = getchar(); in zop()
1546 c = getchar(); in mapcmd()
1548 c = getchar(); in mapcmd()
1570 c = getchar(); in mapcmd()
[all …]
H A Dex_addr.c165 cnt = cnt * 10 + getchar() - '0'; in getnum()
352 c = markreg(getchar());
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dgetchar.c28 NoN(getchar)
32 #undef getchar
35 getchar(void)
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c141 c = getchar(); in process()
150 c = getchar(); in process()
166 c = getchar(); in match()
185 c = getchar(); in copystr()
194 c = getchar(); in copystr()
223 ch = getchar(); in copystr()
227 ch = getchar(); in copystr()
/illumos-gate/usr/src/cmd/acpi/common/
H A Dacgetline.c300 InputChar = getchar (); in AcpiOsGetLine()
408 InputChar = getchar (); in AcpiOsGetLine()
416 InputChar = getchar (); /* Backup one character */ in AcpiOsGetLine()
535 InputChar = getchar (); in AcpiOsGetLine()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetchar.c43 #undef getchar
47 getchar(void) in getchar() function
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dget.c33 getchar(void) in getchar() function
62 c = getchar() & 0177; in cons_gets()
/illumos-gate/usr/src/cmd/vgrind/
H A Dretest.c52 getchar(); in main()
56 while ((c = getchar()) != '\n') in main()
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c268 if (isdigit(c = getchar())) in check()
271 c = getchar(); in check()
358 while ((n = getchar()) != '\n' && n != EOF) in qacct()
367 while ((n = getchar()) == ' ' || n == '\t') in qacct()
371 n = getchar(); in qacct()
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h232 extern int getchar(void);
297 inline int getchar() { return getc(stdin); } in getchar() function
301 #define getchar() getc(stdin) macro
/illumos-gate/usr/src/cmd/bnu/
H A Dct.c290 if ((c = getchar ()) == EOF || tolower (c) != 'y')
292 while ( (c = getchar()) != EOF && c != '\n')
297 while ( (c = getchar()) != EOF && c != '\n')
326 switch (c=tolower(getchar())) {
335 c=getchar();
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_io.c154 int (*getchar)(cons_polledio_arg_t); in promif_do_read() local
162 if ((getchar = promif_polledio->cons_polledio_getchar) == NULL) in promif_do_read()
169 buf[rlen] = PROMIF_PIO_CALL1(getchar, arg); in promif_do_read()
/illumos-gate/usr/src/cmd/tip/
H A Dtip.c327 ((c = getchar()) != EOF) && (c != '\n')) in prompt()
373 gch = getchar()&0377; in tipin()
387 gch = getchar()&0377; in tipin()
409 gch = (getchar()&0377); in escape()
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen1.c256 c = getchar(); in nextchar()
267 c = getchar(); in nextchar()
278 c = getchar(); in nextchar()
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h190 extern int getchar(void);
244 #define getchar() getc(stdin) macro
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrace.c91 while ((c = getchar()) == ' ' || c == '\n' || c == '\t') in getarg()
104 if ((c = getchar()) == ' ' || c == '\n' || in getarg()
/illumos-gate/usr/src/boot/common/linenoise/
H A Dlinenoise.c245 c = getchar(); in completeLine()
628 c = getchar(); in linenoiseEdit()
688 seq[0] = getchar(); in linenoiseEdit()
689 seq[1] = getchar(); in linenoiseEdit()
695 seq[2] = getchar(); in linenoiseEdit()
/illumos-gate/usr/src/boot/libsa/
H A Dpanic.c49 getchar(); in panic_action()

12345