Home
last modified time | relevance | path

Searched refs:get_input_line (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/games/rogue/
H A Dmessage.c130 get_input_line(const char *prompt, const char *insert, char *buf, in get_input_line() function
H A Dzap.c227 if (get_input_line("wizard's password:", "", buf, "", 0, 0)) { in wizardize()
H A Dpack.c461 if (get_input_line("call it:","",buf,id_table[obj->which_kind].title,1,1)) { in call_it()
H A Drogue.h517 short get_input_line(const char *, const char *, char *,
H A Dsave.c75 if (!get_input_line("file name?", save_file, fname, in save_game()
H A Dobject.c769 if (get_input_line("which kind?", "", buf, "", 0, 1)) { in c_object_for_wizard()