Home
last modified time | relevance | path

Searched refs:prompt_quote_hack (Results 1 – 5 of 5) sorted by relevance

/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-spell.c93 if (prompt_quote_hack) prompt = "Spell name: \""; in get_spell_by_name()
231 if (choice == '"') prompt_quote_hack = TRUE; in get_spell()
H A Dc-inven.c215 if (prompt_quote_hack) prompt = "Item name: \""; in get_item_by_name()
654 prompt_quote_hack = TRUE; in c_get_item()
H A Dc-variable.c88 bool prompt_quote_hack = FALSE; /* Allow '"' to be used in place of '\r' */ variable
H A Dc-externs.h122 extern bool prompt_quote_hack;
H A Dc-util.c1132 if (prompt_quote_hack && i == '"') i = '\r'; in askfor_aux()
1186 prompt_quote_hack = FALSE; in askfor_aux()