Home
last modified time | relevance | path

Searched refs:show_quotes (Results 1 – 11 of 11) sorted by relevance

/dports/science/sigrok-cli/sigrok-cli-0.7.1/
H A Ddecode.c426 gboolean show_ann, show_snum, show_class, show_quotes, show_abbrev; in show_pd_annotations() local
465 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()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gamemgr/
H A Dsigame.h32 void show_quotes() override;
H A Dbggame.h33 void show_quotes() override;
H A Dsigame.cc1241 void SI_Game::show_quotes() { in show_quotes() function in SI_Game
H A Dbggame.cc1940 void BG_Game::show_quotes() { in show_quotes() function in BG_Game
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dgame.h125 virtual void show_quotes() = 0;
H A Dgame.cc359 show_quotes(); in show_menu()
/dports/security/peda/peda-1.2/lib/
H A Dutils.py863 def string_repr(text, show_quotes=True):
876 if show_quotes:
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dseg000.c202 show_quotes(); in start_game()
2295 void __pascal far show_quotes() { in show_quotes() function
H A Dproto.h75 void __pascal far show_quotes();
/dports/security/peda/peda-1.2/
H A Dpeda.py4914 …+= "0x%x: %s\n" % (start+m.start(), string_repr(mem[m.start():m.end()].strip(), show_quotes=False))