Home
last modified time | relevance | path

Searched refs:mem_tempfiles (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dspawn.c112 if (mem_tempfiles) /* Have anchor - insert after it */ in remember_temp_file()
114 tm0 = tmp->id = mem_tempfiles; in remember_temp_file()
121 mem_tempfiles = tempchain = tmp->id = (void *)tmp; in remember_temp_file()
199 for (tmp = mem_tempfiles; tmp; tmp = tmp->next) in get_temp_file()
201 if (tmp->id != mem_tempfiles) break; in get_temp_file()
H A Dmemory.h355 #define mem_tempfiles mem_image.tempfiles macro
H A Dmemory.c686 if (mem_tempfiles) undo_add_data(outp, UD_TEMPFILES, mem_tempfiles); in undo_swap_data()
687 mem_tempfiles = NULL; in undo_swap_data()
697 if (tmap & (1 << UD_TEMPFILES)) mem_tempfiles = tmp->store[UD_TEMPFILES]; in undo_swap_data()
1569 void *tempfiles = mem_tempfiles; in undo_next_core()
H A Dmainwindow.c5928 mem_tempfiles = NULL; in notify_changed()