Home
last modified time | relevance | path

Searched refs:readc (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/release/picobsd/tinyware/msh/
Dsh5.c34 while((c=readc()) != '\n' && c)
40 c = readc();
43 c = readc();
68 readc() in readc() function
Dsh4.c257 c = readc();
262 while ((c = readc())!=0 && letnum(c))
Dsh.h336 _PROTOTYPE(int readc , (void));
/freebsd-12-stable/contrib/tcsh/
Dsh.func.c907 c = readc(1); in histgetword()
914 c = readc(1); in histgetword()
917 c = readc(1); in histgetword()
927 c = readc(1); in histgetword()
929 if ((c = readc(1)) == '\n') { in histgetword()
1011 c = readc(1); in getword()
1015 c = readc(1); in getword()
1018 c = readc(1); in getword()
1031 c = readc(1); in getword()
1032 if (c == '\\' && (c = readc(1)) == '\n') in getword()
Dsh.lex.c160 c = readc(0); in lex()
479 c = readc(1); in getC1()
1358 readc(int wanteof) in readc() function
Dsh.decls.h246 extern eChar readc (int);
Dsh.dol.c1042 c = readc(1); /* 1 -> Want EOF returns */ in heredoc()
/freebsd-12-stable/contrib/gdb/gdb/
Dremote-rdi.c238 gdb_hostif.readc = myreadc; in arm_rdi_open()