Lines Matching full:new_list
991 char **new_list;995 new_list = realloc(sl->list, (sl->max+1) * sizeof(char *));996 if (!new_list)998 sl->list = new_list;