OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readch
(Results
1 - 8
of
8
) sorted by relevancy
/src/games/hangman/
getguess.c
59
ch =
readch
();
90
*
readch
;
94
readch
(void)
function in typeref:typename:int
endgame.c
67
if ((ch =
readch
()) == 'n')
hangman.h
93
int
readch
(void);
/src/games/mille/
misc.c
79
while ((c =
readch
()) == '\n' || c == '\r' || c == ' ')
105
while ((c1=
readch
()) != '\r' && c1 != '\n' && c1 != ' ')
188
switch (c =
readch
()) {
249
readch
(void)
function in typeref:typename:int
save.c
80
while ((*sp =
readch
()) != '\n') {
mille.h
256
int
readch
(void);
move.c
375
while ((c =
readch
()) == killchar() || c == erasechar())
454
while ((*sp =
readch
()) != '\n') {
/src/usr.bin/dc/
bcode.c
58
static __inline int
readch
(void);
279
readch
(void)
function in typeref:typename:int
782
idx =
readch
();
784
ch1 =
readch
();
785
ch2 =
readch
();
1423
switch (
readch
()) {
1503
if (
readch
() == 'e')
1611
ch =
readch
();
1628
if (
readch
() == 'e')
1637
switch (ch =
readch
()) {
[
all
...]
Completed in 36 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025