OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rgetchar
(Results
1 - 14
of
14
) sorted by relevancy
/src/games/rogue/
play.c
81
ch =
rgetchar
();
157
ch =
rgetchar
();
239
ch =
rgetchar
();
ring.c
104
ch =
rgetchar
();
164
ch =
rgetchar
();
message.c
171
while (((ch =
rgetchar
()) != '\r') && (ch != '\n') && (ch != CANCEL)) {
210
rgetchar
(void)
function in typeref:typename:int
pack.c
274
while (
rgetchar
() != ' ')
293
ch =
rgetchar
();
throw.c
71
while (!is_direction(dir =
rgetchar
(), &d)) {
trap.c
194
while (!is_direction(dir =
rgetchar
(), &d)) {
room.c
539
ch =
rgetchar
();
595
ch =
rgetchar
();
hit.c
342
while (!is_direction(ch =
rgetchar
(), &d)) {
zap.c
74
while (!is_direction(dir =
rgetchar
(), &d)) {
move.c
325
while (!is_direction(ch =
rgetchar
(), &d)) {
score.c
186
if (
rgetchar
() != 'y') {
rogue.h
593
int
rgetchar
(void);
inventory.c
773
ch =
rgetchar
();
object.c
745
while (r_index("!?:)]=/,\033", (ch =
rgetchar
()), 0) == -1) {
Completed in 18 milliseconds
Indexes created Mon Oct 13 01:09:56 GMT 2025