Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_ttatlas_query.h451 int find_in_names_list(char **nl, int N_nl, char *name);
H A Dthd_ttatlas_query.c8561 int find_in_names_list(char **nl, int N_nl, char *name) { in find_in_names_list() function
8576 if (find_in_names_list(nl, *N_nl, name) >= 0) return(nl); /* got it already */ in add_to_names_list()