Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dsuma_datasets.c938 NI_element *nel=NULL, **nelcp=NULL, *nelt=NULL; in SUMA_CopyDsetAttributes() local
952 nelcp = (NI_element **)SUMA_calloc(ngri->part_num, sizeof(NI_element *)); in SUMA_CopyDsetAttributes()
989 nelcp[inelcp] = nel; ++inelcp; in SUMA_CopyDsetAttributes()
1001 nelcp[inelcp] = nel; ++inelcp; in SUMA_CopyDsetAttributes()
1016 nelcp[inelcp] = nel; ++inelcp; in SUMA_CopyDsetAttributes()
1034 nelcp[inelcp] = nel; ++inelcp; in SUMA_CopyDsetAttributes()
1103 nel = nelcp[ip]; in SUMA_CopyDsetAttributes()
1204 SUMA_free(nelcp); nelcp = NULL; in SUMA_CopyDsetAttributes()