Home
last modified time | relevance | path

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

/dports/math/symmetrica/symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae/src/
H A Dlist.c11 static struct list **list_speicher=NULL; /* AK 290102 */ variable
39 if (list_speicher!=NULL) in list_ende()
43 SYM_free(list_speicher[i]); in list_ende()
44 SYM_free(list_speicher); in list_ende()
47 list_speicher=NULL; in list_ende()
407 return list_speicher[list_speicherindex--]; in calloc_list()
431 list_speicher = (struct list **) SYM_malloc(100 * sizeof(struct list *));
432 if (list_speicher == NULL) {
439 list_speicher = (struct list **) SYM_realloc (list_speicher,
441 if (list_speicher == NULL) {
[all …]