Searched refs:readc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh5.c34 while((c=readc()) != '\n' && c)
40 c = readc();
43 c = readc();
68 readc() function
H A Dsh.h297 char prev; /* previous character read by readc() */
336 _PROTOTYPE(int readc , (void));
/freebsd-11-stable/contrib/tcsh/
H A Dsh.func.c907 c = readc(1);
914 c = readc(1);
917 c = readc(1);
927 c = readc(1);
929 if ((c = readc(1)) == '\n') {
1011 c = readc(1);
1015 c = readc(1);
1018 c = readc(1);
1031 c = readc(1);
1032 if (c == '\\' && (c = readc(
[all...]
H A Dsh.decls.h246 extern eChar readc (int);
H A Dsh.lex.c67 * Peekc is a peek character for getC, peekread for readc.
77 * readc, unless this peeking is involved. That is to say that during
160 c = readc(0);
476 c = readc(1);
479 * a line would have been processed by the readc(0) in lex().) */
1353 readc(int wanteof) function
1359 xprintf("readc\n");
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-rdi.c239 gdb_hostif.readc = myreadc;

Completed in 95 milliseconds