Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dsaveplay.c1437 lives_freep((void **)&mainw->subt_save_file);
1487 lives_freep((void **)&mainw->subt_save_file);
1497 lives_freep((void **)&mainw->subt_save_file);
1503 lives_freep((void **)&mainw->subt_save_file);
1566 lives_freep((void **)&mainw->subt_save_file);
1590 lives_freep((void **)&mainw->subt_save_file);
1630 lives_freep((void **)&mainw->subt_save_file);
1681 lives_freep((void **)&mainw->subt_save_file);
1696 lives_freep((void **)&mainw->subt_save_file);
1955 lives_freep((void **)&mainw->subt_save_file);
[all …]
H A Ddialogs.c3313 lives_entry_set_text(LIVES_ENTRY(commentsw->subt_entry), mainw->subt_save_file); in do_comments_dialog()
3319 lives_freep((void **)&mainw->subt_save_file); in do_comments_dialog()
3320 … mainw->subt_save_file = lives_strdup(lives_entry_get_text(LIVES_ENTRY(commentsw->subt_entry))); in do_comments_dialog()
3322 lives_freep((void **)&mainw->subt_save_file); in do_comments_dialog()
3323 mainw->subt_save_file = NULL; in do_comments_dialog()
H A Dmainwindow.h1618 char *subt_save_file; ///< name of file to save subtitles to member
H A Dcallbacks.c8666 lives_snprintf(xfname, 512, "%s", mainw->subt_save_file);
8669 lives_snprintf(xfname2, 512, "%s", mainw->subt_save_file);
H A Dinterface.c3870 mainw->subt_save_file = osubfname; // assign instead of free in create_comments_dialog()
H A Dmain.c1411 mainw->subt_save_file = NULL; in lives_init()