OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readchar
(Results
1 - 16
of
16
) sorted by relevancy
/src/games/hack/
hack.tty.c
300
while ((c =
readchar
()) != '\n') {
324
while ((foo =
readchar
()) >= '0' && foo <= '9')
350
readchar
(void)
function in typeref:typename:char
hack.pager.c
99
q =
readchar
();
121
if (
readchar
() == 'y') {
361
while (((c =
readchar
()) != 'l') && (c != 's') && !strchr(quitchars, c))
hack.do_name.c
87
while ((c =
readchar
()) != '.') {
224
switch (
readchar
()) {
hack.do_wear.c
124
if (strchr(quitchars, (answer =
readchar
())))
287
if (strchr(quitchars, (answer =
readchar
())))
hack.u_init.c
186
while (!strchr("ynYN \n\004", (exper =
readchar
())))
208
while ((pc =
readchar
()) != '\0') {
hack.apply.c
257
if (
readchar
() == 'y')
261
if (
readchar
() != 'y')
hack.cmd.c
309
dirsym =
readchar
();
hack.invent.c
469
ilet =
readchar
();
476
ilet =
readchar
();
660
sym =
readchar
();
796
c =
readchar
();
extern.h
458
char
readchar
(void);
hack.eat.c
183
if (
readchar
() == 'y') {
hack.end.c
100
if (
readchar
() != 'y') {
hack.c
461
while (!strchr("ynaq ", (c =
readchar
())))
/src/usr.bin/dc/
bcode.h
68
int (*
readchar
)(struct source *);
member in struct:vtable
inout.c
194
while ((ch = (*src->vtable->
readchar
)(src)) != EOF) {
247
while ((ch = (*src->vtable->
readchar
)(src)) != EOF) {
bcode.c
283
return src->vtable->
readchar
(src);
/src/games/cribbage/
io.c
65
static int
readchar
(void);
314
c =
readchar
();
480
while ((c =
readchar
()) != '\n')
483
while (
readchar
() != ch)
488
*
readchar
:
492
readchar
(void)
function in typeref:typename:int
531
for (pos = 0; (c =
readchar
()) != '\n'; clrtoeol(), refresh()) {
Completed in 26 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025