Home | History | Annotate | Download | only in misc

Lines Matching refs:new_list

906 	char **new_list;
910 new_list = realloc(sl->list, (sl->max+1) * sizeof(char *));
911 if (!new_list)
913 sl->list = new_list;