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