Searched refs:show_quotes (Results 1 – 11 of 11) sorted by relevance
426 gboolean show_ann, show_snum, show_class, show_quotes, show_abbrev; in show_pd_annotations() local465 show_snum = show_class = show_quotes = show_abbrev = FALSE; in show_pd_annotations()470 show_quotes = TRUE; in show_pd_annotations()490 quote = show_quotes ? "\"" : ""; in show_pd_annotations()
32 void show_quotes() override;
33 void show_quotes() override;
1241 void SI_Game::show_quotes() { in show_quotes() function in SI_Game
1940 void BG_Game::show_quotes() { in show_quotes() function in BG_Game
125 virtual void show_quotes() = 0;
359 show_quotes(); in show_menu()
863 def string_repr(text, show_quotes=True):876 if show_quotes:
202 show_quotes(); in start_game()2295 void __pascal far show_quotes() { in show_quotes() function
75 void __pascal far show_quotes();
4914 …+= "0x%x: %s\n" % (start+m.start(), string_repr(mem[m.start():m.end()].strip(), show_quotes=False))