Home
last modified time | relevance | path

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

/netbsd/games/rogue/
H A Dmessage.c152 get_input_line(const char *prompt, const char *insert, in get_input_line() function
H A Dzap.c235 if (get_input_line("wizard's password:", "", buf, sizeof(buf), in wizardize()
H A Dpack.c461 if (get_input_line("call it:", "", buf, sizeof(buf), in call_it()
H A Drogue.h498 int get_input_line(const char *, const char *, char *, size_t, const char *, boolean, boolean);
H A Dsave.c80 if (!get_input_line("file name?", save_file, fname, sizeof(fname), in save_game()
H A Dobject.c783 if (get_input_line("which kind?", "", buf, sizeof(buf), "", 0, 1)) { in c_object_for_wizard()