Lines Matching refs:Chain
83 …ne, Boolean do_get, Name target, Name true_target, Boolean doing_subtree, Chain *out_of_date_tail,…
101 static void delete_query_chain(Chain ch);
294 Chain out_of_date_list = NULL; in doname()
295 Chain target_group; in doname()
936 …ne, Boolean do_get, Name target, Name true_target, Boolean doing_subtree, Chain *out_of_date_tail,… in check_dependencies()
1120 *out_of_date_tail = ALLOC(Chain); in check_dependencies()
2249 Chain query_list = NULL; in build_command_strings()
2250 Chain *query_list_tail = &query_list; in build_command_strings()
2252 for (Chain ch = line->body.line.query; ch != NULL; ch = ch->next) { in build_command_strings()
2253 *query_list_tail = ALLOC(Chain); in build_command_strings()
2271 Chain hat_list = NULL; in build_command_strings()
2272 Chain *hat_list_tail = &hat_list; in build_command_strings()
2281 *hat_list_tail = ALLOC(Chain); in build_command_strings()
2514 Chain target_group; in touch_command()
2595 Chain target_group; in update_target()
2959 Chain cond_name; in set_locals()
2960 Chain cond_chain; in set_locals()
2990 cond_name = ALLOC(Chain); in set_locals()
2994 cond_chain = ALLOC(Chain); in set_locals()
3019 Chain cond_chain; in reset_locals()
3128 delete_query_chain(Chain ch) in delete_query_chain()