Searched refs:dependency_cpp_run (Results 1 – 1 of 1) sorted by relevance
/dports/devel/bam/bam-0.4.0/src/ |
H A D | dep_cpp.c | 105 static int dependency_cpp_run(struct CONTEXT *context, struct NODE *node, 117 dependency_cpp_run(info->context, newnode, info->callback, info->userdata); in cachehit_callback() 126 dependency_cpp_run(info->context, newnode, info->callback, info->userdata); in cachehit_callback() 132 static int dependency_cpp_run(struct CONTEXT *context, struct NODE *node, in dependency_cpp_run() function 303 if(dependency_cpp_run(depinfo->context, depnode, dependency_cpp_callback, &recurseinfo) != 0) in dependency_cpp_callback() 318 if(dependency_cpp_run(context, info->node, dependency_cpp_callback, &depinfo) != 0) in dependency_cpp_do_run()
|