Searched refs:get_input_line (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/games/rogue/ |
H A D | message.c | 130 get_input_line(const char *prompt, const char *insert, char *buf, in get_input_line() function
|
H A D | zap.c | 227 if (get_input_line("wizard's password:", "", buf, "", 0, 0)) { in wizardize()
|
H A D | pack.c | 461 if (get_input_line("call it:","",buf,id_table[obj->which_kind].title,1,1)) { in call_it()
|
H A D | rogue.h | 517 short get_input_line(const char *, const char *, char *,
|
H A D | save.c | 75 if (!get_input_line("file name?", save_file, fname, in save_game()
|
H A D | object.c | 769 if (get_input_line("which kind?", "", buf, "", 0, 1)) { in c_object_for_wizard()
|