OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readchar
(Results
1 - 7
of
7
) 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
/src/usr.bin/dc/
bcode.h
68
int (*
readchar
)(struct source *);
member in struct:vtable
/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
531
for (pos = 0; (c =
readchar
()) != '\n'; clrtoeol(), refresh()) {
/src/external/gpl3/gdb/dist/gdb/
serial.h
265
int (*
readchar
) (struct serial *, int timeout);
member in struct:serial_ops
/src/external/gpl3/gdb.old/dist/gdb/
serial.h
265
int (*
readchar
) (struct serial *, int timeout);
member in struct:serial_ops
/src/external/gpl3/gdb/dist/gdbserver/
remote-utils.cc
84
/* Status of the
readchar
callback.
88
static int
readchar
(void);
688
cc =
readchar
();
732
something. Thus this assumes
readchar
:bufcnt is 0.
842
/* Internal buffer used by
readchar
.
843
These are global to
readchar
because reschedule_remote needs to be
853
readchar
(void)
function
865
remote_debug_printf ("
readchar
: Got EOF");
868
perror ("
readchar
");
882
/* Reset the
readchar
state machine. *
[
all
...]
/src/external/gpl3/gdb.old/dist/gdbserver/
remote-utils.cc
82
/* Status of the
readchar
callback.
86
static int
readchar
(void);
681
cc =
readchar
();
725
something. Thus this assumes
readchar
:bufcnt is 0.
835
/* Internal buffer used by
readchar
.
836
These are global to
readchar
because reschedule_remote needs to be
846
readchar
(void)
function
858
remote_debug_printf ("
readchar
: Got EOF");
861
perror ("
readchar
");
875
/* Reset the
readchar
state machine. *
[
all
...]
Completed in 37 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026