/src/games/rogue/ |
message.c | 152 get_input_line(const char *prompt, const char *insert, function in typeref:typename:int
|
zap.c | 235 if (get_input_line("wizard's password:", "", buf, sizeof(buf),
|
pack.c | 461 if (get_input_line("call it:", "", buf, sizeof(buf),
|
rogue.h | 498 int get_input_line(const char *, const char *, char *, size_t, const char *, boolean, boolean);
|
save.c | 80 if (!get_input_line("file name?", save_file, fname, sizeof(fname),
|
object.c | 789 if (get_input_line("which kind?", "", buf, sizeof(buf), "", 0, 1)) {
|