Home
last modified time | relevance | path

Searched refs:tempsave (Results 1 – 3 of 3) sorted by relevance

/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchBase.c579 …gboolean tempsave = FALSE; // Set to TRUE if writing to a temp file first, before replacing a f… in ipatch_base_real_save() local
614 tempsave = !abs_fname || (base_fname && strcmp(abs_fname, base_fname) == 0) in ipatch_base_real_save()
646 if(tempsave) // Saving to a temporary file? in ipatch_base_real_save()
696 if(tempsave) in ipatch_base_real_save()
705 …| IPATCH_SAMPLE_DATA_MIGRATE_TO_NEWFILE | (tempsave ? IPATCH_SAMPLE_DATA_MIGRATE_REPLACE : 0), err… in ipatch_base_real_save()
712 …else if(tempsave && !ipatch_file_rename(newfile, abs_fname, err)) // If "save a copy" mode and… in ipatch_base_real_save()
/dports/games/xsokoban/xsokoban/
H A Dplay.c99 static int tempsave; variable
114 tempsave = moves; in Play()
187 tempsave = moves = pushes = 0; in Play()
204 ok = ApplyMoves(tempsave, move_history); in Play()
208 assert(tempsave == moves); in Play()
213 if (moves < MOVE_HISTORY_SIZE) tempsave = moves; in Play()
214 else tempsave = MOVE_HISTORY_SIZE - 1; in Play()
268 tempsave = moves = pushes = 0; in Verify()
/dports/misc/deco/deco39/
H A Drec.c124 static long tempsave (REC *r, char *str, int len) /* save string in temp file, return seek */ in tempsave() function
352 x->seek = tempsave (r, l->ptr, l->len); in freeline()