Home
last modified time | relevance | path

Searched refs:allow_escape (Results 1 – 13 of 13) sorted by relevance

/dports/deskutils/gxmessage/gxmessage-3.4.3/patches/
H A Dgxmessage-2.12.4-noescape.02.patch8 + gboolean allow_escape;
33 + if (gx.allow_escape && (event->keyval == GDK_Escape)) {
49 + gx.allow_escape = TRUE;
58 + gx.allow_escape = FALSE;
H A Dgxmessage-2.20.0-port_to_gtk3.patch20 - if (gx.allow_escape && (event->keyval == GDK_Escape)) {
21 + if (gx.allow_escape && (event->keyval == GDK_KEY_Escape)) {
/dports/lang/expect/expect5.45.4/example/
H A Dkibitz24 set allow_escape 1 ;# allow escapes if true
65 set allow_escape 0
275 if {$allow_escape} {
312 if {$allow_escape} {send_user "Escape sequence is $escape_printable\r\n"}
389 if {$allow_escape} {send_user "Escape sequence is $escape_printable\r\n"}
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dscene_battle.h62 bool allow_escape = true; member
175 bool allow_escape = false; variable
204 return allow_escape; in IsEscapeAllowed()
H A Dscene_battle.cpp51 allow_escape(args.allow_escape), in Scene_Battle()
H A Dgame_interpreter_map.cpp221 args.allow_escape = (escape_mode != 0); in CommandEnemyEncounter()
H A Dscene_debug.cpp722 args.allow_escape = true; in DoBattle()
H A Dplayer.cpp1176 args.allow_escape = true; in SetupBattleTest()
H A Dgame_map.cpp1288 args.allow_escape = true; in PrepareEncounter()
/dports/deskutils/gxmessage/gxmessage-3.4.3/
H A Dgxmessage.c87 gboolean allow_escape; member
362 if (gx.allow_escape && (event->keyval == GDK_KEY_Escape)) { in cb_key_press()
841 gx.allow_escape = TRUE; in main()
973 gx.allow_escape = FALSE; in main()
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dtokenize.cpp164 static bool parse_string(tok_ctx &ctx, chunk_t &pc, size_t quote_idx, bool allow_escape);
1120 static bool parse_string(tok_ctx &ctx, chunk_t &pc, size_t quote_idx, bool allow_escape) in parse_string() argument
1129 const bool should_escape_tabs = ( allow_escape in parse_string()
1183 if (allow_escape) in parse_string()
1194 escaped = allow_escape; in parse_string()
/dports/lang/perl5.30/perl-5.30.3/
H A Dutil.c548 const bool allow_escape) in S_delimcpy_intern() argument
555 if (allow_escape && *from == '\\' && from + 1 < fromend) { in S_delimcpy_intern()
/dports/lang/perl5.32/perl-5.32.1/
H A Dutil.c548 const bool allow_escape) in S_delimcpy_intern() argument
555 if (allow_escape && *from == '\\' && from + 1 < fromend) { in S_delimcpy_intern()