Lines Matching refs:readc
109 if (((c = readc()) >= '0' && c <= '9') || in commnds()
429 if ((c = readc()) == ']') { in commnds()
562 c = readc() & 0377; in commnds()
587 c = readc() & 0377; in commnds()
611 c = readc() & 0377; in commnds()
651 n = readc() & 0377; in commnds()
700 n = readc() & 0377; in commnds()
737 if ((c = readc()) != '\n') in commnds()
748 while ((c = readc()) == '!') in commnds()
752 while ((c = readc()) != '\n') { in commnds()
755 sputc(p, readc()); in commnds()
1261 c = readc(); in readin()
1269 readc(); in readin()
1434 readc(void) in readc() function
1986 switch (c = readc()) { in command()
1996 while ((c = readc()) != '\n') in command()
2024 readc(); in cond()
2032 readc(); in cond()
2046 readc(); in cond()
2059 c = readc() & 0377; in load()