Home
last modified time | relevance | path

Searched refs:stoprecording (Results 1 – 9 of 9) sorted by relevance

/dports/audio/gramofile/gramofile-1.6P/debian/
H A D90_report_recording_errors.dpatch9 +static volatile int stoprecording;
106 - int stoprecording=0;
111 while (totalrd < totalcount && !stoprecording)
118 + if (stoprecording)
127 + !stoprecording)
138 + stoprecording = 1;
/dports/audio/gramofile/gramofile-1.6P/bplaysrc/
H A Dshmbuf.c83 static volatile int stoprecording; variable
423 while (totalrd < totalcount && !stoprecording) in shmrec()
432 if (stoprecording) in shmrec()
440 !stoprecording) in shmrec()
458 stoprecording=1; in shmrec()
459 if ( ((totalrd >= totalcount) && terminate) || stoprecording) in shmrec()
712 stoprecording = 1; in childerrhandler()
/dports/games/golly/golly-3.3-src/gollybase/
H A Dlifealgo.h98 pair<int, int> stoprecording() ;
H A Dlifealgo.cpp38 pair<int, int> lifealgo::stoprecording() { in stoprecording() function in lifealgo
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dg_game.cpp2332 bool stoprecording; variable
2336 stoprecording = true; in CCMD()
2346 if (stoprecording) in G_WriteDemoTiccmd()
2855 stoprecording = false; in G_CheckDemoStatus()
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dpdecsub.pas3234 stoprecording,
3269 stoprecording:=true;
3272 stoprecording:=false;
3320 if stoprecording then
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dpdecsub.pas3234 stoprecording,
3269 stoprecording:=true;
3272 stoprecording:=false;
3320 if stoprecording then
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dpdecsub.pas3234 stoprecording,
3269 stoprecording:=true;
3272 stoprecording:=false;
3320 if stoprecording then
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxcontrol.cpp844 currlayer->algo->stoprecording(); in FinishUp()