Home
last modified time | relevance | path

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

/dports/audio/mikmod/mikmod-3.2.8/src/
H A Dmlist.h83 BOOL PL_Save(PLAYLIST * pl, const CHAR *filename);
H A Dmlist.c364 BOOL PL_Save(PLAYLIST * pl, const CHAR *filename) in PL_Save() function
420 ret = PL_Save(pl, name); in PL_SaveDefault()
H A Dmlistedit.c1085 if (PL_Save(&playlist, (char *)file)) in cb_overwrite()
1119 if (PL_Save(&playlist, (char*)input)) in cb_save_as()
1203 if (!PL_Save(&playlist, config.pl_name)) in cb_handle_menu()