Home | History | Annotate | Download | only in apriori

Lines Matching refs:lib_deps

792     FREE(source->lib_deps); /* list of library dependencies (process_file()) */
925 source_t *lib = source->lib_deps[libidx];
2236 source->lib_deps = REALLOC(source->lib_deps,
2240 source->lib_deps[source->num_lib_deps++] = dep;