Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dutils.c2771 text = lives_strdup_printf("%s\n", mainw->string_constants[LIVES_STRING_CONSTANT_CL]); in add_lmap_error()
2775 mainw->string_constants[LIVES_STRING_CONSTANT_CL]); in add_lmap_error()
2797 text = lives_strdup_printf("%s\n", mainw->string_constants[LIVES_STRING_CONSTANT_CL]); in add_lmap_error()
2801 mainw->string_constants[LIVES_STRING_CONSTANT_CL]); in add_lmap_error()
2826 text = lives_strdup_printf("%s\n", mainw->string_constants[LIVES_STRING_CONSTANT_CL]); in add_lmap_error()
2830 mainw->string_constants[LIVES_STRING_CONSTANT_CL]); in add_lmap_error()
3577 …if (!lives_utf8_strcasecmp((char *)map->data, mainw->string_constants[LIVES_STRING_CONSTANT_CL])) { in remove_layout_files()
3579 fname = lives_strdup(mainw->string_constants[LIVES_STRING_CONSTANT_CL]); in remove_layout_files()
H A Dmainwindow.h374 LIVES_STRING_CONSTANT_CL, ///< "the current layout" enumerator
H A Dmultitrack.c5854 …es_list_find_custom(mainw->affected_layouts_map, mainw->string_constants[LIVES_STRING_CONSTANT_CL], in remove_current_from_affected_layouts()
22230 if (strcmp(mainw->string_constants[LIVES_STRING_CONSTANT_CL], (char *)map->data + chlen)) { in migrate_layouts()
22261 xlays = lives_list_append_unique(xlays, mainw->string_constants[LIVES_STRING_CONSTANT_CL]); in layout_frame_is_affected()
22296 xlays = lives_list_append_unique(xlays, mainw->string_constants[LIVES_STRING_CONSTANT_CL]); in layout_audio_is_affected()
H A Dmain.c691 mainw->string_constants[LIVES_STRING_CONSTANT_CL] = (_("**The current layout**")); in pre_init()
H A Dcallbacks.c1454 …>xlays = lives_list_append_unique(mainw->xlays, mainw->string_constants[LIVES_STRING_CONSTANT_CL]);