Home
last modified time | relevance | path

Searched refs:msgwin_get_line (Results 1 – 12 of 12) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmessage.h85 int msgwin_get_line(string prompt,
96 return msgwin_get_line(prompt, buf, len, &hist, fill);
H A Dprompt.cc325 int getline_ret = msgwin_get_line(prompt, specs, sizeof(specs), nullptr, in prompt_for_int()
344 int getline_ret = msgwin_get_line(prompt, specs, sizeof(specs)); in prompt_for_float()
H A Dwiz-you.cc111 msgwin_get_line("What species would you like to be now? " , in wizard_change_species()
456 msgwin_get_line("Which mutation (name, 'good', 'bad', 'any', " in wizard_add_mutation()
969 msgwin_get_line("What action should Xom take? (Blank = any) " , in wizard_xom_acts()
H A Dwiz-mon.cc165 msgwin_get_line("Make player ghost which species? (case-sensitive) ", in wizard_create_spec_monster_name()
178 msgwin_get_line("Give player ghost which background? ", in wizard_create_spec_monster_name()
884 msgwin_get_line("Cast which spell by name? ", in wizard_make_monster_summoned()
H A Dwiz-dgn.cc400 msgwin_get_line("What kind of trap? ", in debug_make_trap()
478 msgwin_get_line("What kind of shop? ", in debug_make_shop()
H A Dnotes.cc526 bool validline = !msgwin_get_line("Enter note: ", buf, sizeof(buf)); in make_user_note()
H A Dwiz-item.cc360 msgwin_get_line("New ego? ", specs, sizeof(specs)); in _tweak_randart()
453 msgwin_get_line("New value? ", specs, sizeof(specs)); in wizard_tweak_object()
H A Dlookup-help.cc1299 if (msgwin_get_line(prompt, buf, sizeof(buf)) || buf[0] == '\0') in _prompt_for_regex()
H A Dmessage.cc1619 int msgwin_get_line(string prompt, char *buf, int len, in msgwin_get_line() function
H A Dreligion.cc3975 if (msgwin_get_line(prompt, specs, sizeof(specs)) != 0) in choose_god()
H A Ddescribe.cc3033 int ret = msgwin_get_line(prompt, buf, sizeof buf, nullptr, in inscribe_item()
H A Dgod-abil.cc5633 int ret = msgwin_get_line(prompt, buf, sizeof buf, nullptr, old_name); in _hepliaklqana_choose_name()