Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dfile.c55 DENEMO_FORMAT = 0, enumerator
511 case DENEMO_FORMAT: in save_in_format()
578 if (!template && format_id == DENEMO_FORMAT) in filesel_save()
938 return file_open_dialog ("Open", "denemo", DENEMO_FORMAT, template, type, filename); in file_open()
1000 gint status = filesel_save (gui, filename, DENEMO_FORMAT, FALSE); in file_saveaswrapper()
1074 ret = save_in_format (DENEMO_FORMAT, gui, NULL); in file_save()
1158 gint format_id = DENEMO_FORMAT; in file_saveas()