Searched refs:readc (Results 1 – 14 of 14) sorted by relevance
52 readc(void) in readc() function146 while ((c = readc()) != 'Y' && c != 'N') { in yorn()293 c = readc(); in roll()296 c = readc(); in roll()299 c = readc(); in roll()301 c = readc(); in roll()
161 int readc(void);
67 while ((i = readc()) != '\n') { in save()
88 c = readc(); in checkmove()
137 if ((b = readc()) == '?') { in text()157 b = readc(); in text()
136 c = readc(); in main()269 c = readc(); in main()
109 while ((i = readc()) != ' ' && i != '\n'); in text()
47 Hif_ReadC *readc; member
280 character = stateptr->hostif->readc(stateptr->hostif->hostosarg); in HandleSysMessage()
666 c = readc(1); in getword()670 c = readc(1); in getword()673 c = readc(1); in getword()685 c = readc(1); in getword()686 if (c == '\\' && (c = readc(1)) == '\n') in getword()
177 int readc(bool);
143 c = readc(0); in lex()384 c = readc(0); in getC1()1263 readc(bool wanteof) in readc() function
842 c = readc(1); /* 1 -> Want EOF returns */ in heredoc()
232 gdb_hostif.readc = myreadc; in arm_rdi_open()