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

/freebsd-9.3-release/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-9.3-release/contrib/tcsh/
H A Dsh.func.c903 c = readc(1);
910 c = readc(1);
913 c = readc(1);
924 c = readc(1);
926 if ((c = readc(1)) == '\n') {
1008 c = readc(1);
1012 c = readc(1);
1015 c = readc(1);
1028 c = readc(1);
1029 if (c == '\\' && (c = readc(
[all...]
H A Dsh.decls.h243 extern eChar readc (int);
H A Dsh.lex.c72 * Peekc is a peek character for getC, peekread for readc.
82 * readc, unless this peeking is involved. That is to say that during
162 c = readc(0);
463 c = readc(1);
466 * a line would have been processed by the readc(0) in lex().) */
1338 readc(int wanteof) function
1344 xprintf("readc\n");
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-rdi.c239 gdb_hostif.readc = myreadc;

Completed in 172 milliseconds