Searched refs:atold (Results 1 – 1 of 1) sorted by relevance
31 char *temp, *atold = *old; in comma_collate() local34 if (atold && *atold) { in comma_collate()37 if (atold[strlen(atold)-1] == ',') comma = ""; in comma_collate()38 temp = xmprintf("%s%s%s", atold, comma, new); in comma_collate()40 free (atold); in comma_collate()