Home
last modified time | relevance | path

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

/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Ddbprog.c95 } trklist_copy[MAXTRACK]; variable
358 if (!newent && trklist_copy[pos].title != NULL && in dbprog_listupd_ent()
359 strcmp(trklist_copy[pos].title, str) == 0 && in dbprog_listupd_ent()
360 highlighted == trklist_copy[pos].highlighted) { in dbprog_listupd_ent()
367 if (!util_newstr(&trklist_copy[pos].title, str)) { in dbprog_listupd_ent()
372 trklist_copy[pos].highlighted = highlighted; in dbprog_listupd_ent()
3278 if (trklist_copy[i].title != NULL) { in dbprog_dbclear()
3279 MEM_FREE(trklist_copy[i].title); in dbprog_dbclear()
3280 trklist_copy[i].title = NULL; in dbprog_dbclear()
3282 trklist_copy[i].highlighted = FALSE; in dbprog_dbclear()