OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readchar
(Results
1 - 6
of
6
) 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.tty.c
300
while ((c =
readchar
()) != '\n') {
324
while ((foo =
readchar
()) >= '0' && foo <= '9')
350
readchar
(void)
function in typeref:typename:char
/src/usr.bin/dc/
bcode.h
68
int (*
readchar
)(struct source *);
member in struct:vtable
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 in typeref:typename:int
531
for (pos = 0; (c =
readchar
()) != '\n'; clrtoeol(), refresh()) {
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 25 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025