Home
last modified time | relevance | path

Searched refs:fast_quit (Results 1 – 20 of 20) sorted by relevance

/dports/games/lbreakout/lbreakout-010315/lbreakout/
H A Dgame.cpp35 extern int fast_quit;
257 while (go_on && !fast_quit) { in Run()
281 fast_quit = 1; in Run()
307 if (!fast_quit) { in Run()
326 if (fast_quit) break; in Run()
H A Dsdl.c28 extern int fast_quit;
414 if (fast_quit) return; in Sdl_Dim()
451 if (fast_quit) return; in Sdl_UnDim()
486 fast_quit = 1; in Sdl_WaitForKey()
501 fast_quit = 1; in Sdl_WaitForClick()
H A Dmain.cpp28 int fast_quit = 0; variable
H A Dbreakout.cpp38 extern int fast_quit;
386 while (!fast_quit && !leave && !new_level && !restart) { in Run()
393 fast_quit = 1; in Run()
612 if (!fast_quit && !leave) { in Run()
652 if (!fast_quit) in Run()
971 while (go_on && !fast_quit) { in BuyContinue()
974 fast_quit = 1; in BuyContinue()
1036 while (go_on && !fast_quit) { in ConfirmQuit()
1039 fast_quit = 1; in ConfirmQuit()
3225 fast_quit = 1; in Pause()
/dports/emulators/mtools/mtools-4.0.26/
H A Dmainloop.h44 int fast_quit; /* for commands manipulating multiple files, quit member
H A Dmainloop.c283 if(mp->fast_quit && (ret & ERROR_ONE)) in _dos_loop()
576 if(mp->fast_quit && (Bret & (MISSED_ONE | ERROR_ONE))) in main_loop()
610 mp->fast_quit = 0; in init_mp()
H A Dmcopy.c581 arg.mp.fast_quit = fastquit; in mcopy()
/dports/sysutils/mapchan/mapchan/
H A Dmapchan.c.simple41 int fast_quit = 0;
244 fast_quit = 1;
262 fast_quit = 1;
518 while (!fast_quit) {
H A Dmapchan.c101 int fast_quit = 0; variable
408 fast_quit = 1;
424 fast_quit = 1; in sighup()
1112 while (!fast_quit) {
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c88 sljit_sw fast_quit; member
1980 …JIT_EQUAL, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, fast_quit), SLJIT_IMM, 0); in regex_compile()
2153 …EMIT_OP1(SLJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, fast_quit), SLJI… in regex_compile()
2167 …EMIT_OP1(SLJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, fast_quit), SLJI… in regex_compile()
2400 match->fast_quit = 0; in regex_reset_match()
2488 return match->fast_quit; in regex_is_match_finished()
2578 if (match->fast_quit) { in regex_continue_match_debug()
/dports/devel/libbpfjit/sljit-849950a/regex_src/
H A DregexJIT.c90 sljit_sw fast_quit; member
1982 …JIT_EQUAL, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, fast_quit), SLJIT_IMM, 0); in regex_compile()
2155 …EMIT_OP1(SLJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, fast_quit), SLJI… in regex_compile()
2169 …EMIT_OP1(SLJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, fast_quit), SLJI… in regex_compile()
2402 match->fast_quit = 0; in regex_reset_match()
2490 return match->fast_quit; in regex_is_match_finished()
2580 if (match->fast_quit) { in regex_continue_match_debug()
/dports/japanese/slrn/slrn-0.9.6.2/macros/
H A Dtin-art.sl11 definekey ("fast_quit","Q","article");
/dports/news/slrn/slrn-1.0.3/macros/
H A Dtin-art.sl11 definekey ("fast_quit","Q","article");
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dslrnrc.vim114 …Art contained enlarge_article_window evaluate_cmd exchange_mark expunge fast_quit followup forward…
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dslrnrc.vim114 …Art contained enlarge_article_window evaluate_cmd exchange_mark expunge fast_quit followup forward…
/dports/japanese/slrn/slrn-doc-j0.9.5.6-0/
H A Djslrn.rc575 %setkey article fast_quit "" % No default binding
/dports/news/slrn/slrn-1.0.3/doc/
H A Dslrn.rc442 setkey article fast_quit "Q" % Quit slrn immediately
/dports/japanese/slrn/slrn-0.9.6.2/doc/
H A Dslrn.rc661 %setkey article fast_quit "" % No default binding
/dports/news/slrn/slrn-1.0.3/src/
H A Dart.c6810 static void fast_quit (void) /*{{{*/ in fast_quit() function
7437 A_KEY("fast_quit", fast_quit),
7610 SLkm_define_key ("Q", (FVOID_STAR) fast_quit, Slrn_Article_Keymap); in slrn_init_article_mode()
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dart.c7122 static void fast_quit (void) /*{{{*/ in fast_quit() function
8009 A_KEY("fast_quit", fast_quit),