Searched refs:double_colon (Results 1 – 8 of 8) sorted by relevance
49 #define start_updating(_f) (((_f)->double_colon ? (_f)->double_colon : (_f))\51 #define finish_updating(_f) (((_f)->double_colon ? (_f)->double_colon : (_f))\53 #define is_updating(_f) (((_f)->double_colon ? (_f)->double_colon : (_f))\130 for (file = g->file->double_colon ? g->file->double_colon : g->file; in update_goal_chain()289 f = file->double_colon ? file->double_colon : file; in update_file()329 if (file->double_colon) in update_file()521 if (f->double_colon) in update_file_1()522 f = f->double_colon; in update_file_1()579 if (f->double_colon) in update_file_1()580 f = f->double_colon; in update_file_1()[all …]
170 if (! HASH_VACANT (f) && !f->double_colon) in enter_file()192 new->double_colon = f; in enter_file()249 for (f = from_file->double_colon; f != 0; f = f->prev) in rehash_file()300 if (to_file->double_colon && from_file->is_target && !from_file->double_colon) in rehash_file()303 if (!to_file->double_colon && from_file->double_colon) in rehash_file()309 to_file->double_colon = from_file->double_colon; in rehash_file()882 printf ("%s:%s", f->name, f->double_colon ? ":" : ""); in print_file()
62 struct file *double_colon; member
463 if (file->double_colon && file->double_colon != file) in initialize_file_variables()465 initialize_file_variables (file->double_colon, reading); in initialize_file_variables()466 l->next = file->double_colon->variables; in initialize_file_variables()
1815 else if (f->double_colon) in record_target_var()1816 f = f->double_colon; in record_target_var()1971 if (f->double_colon) in record_files()2072 if (f != 0 && f->is_target && !f->double_colon) in record_files()2080 if (f->double_colon == 0) in record_files()2083 f->double_colon = f; in record_files()
1831 if (f->double_colon) in main()1832 for (f = f->double_colon; f != NULL; f = f->prev) in main()1861 if (f == NULL || !f->double_colon) in main()
262 * file.c (enter_file): Keep track of the last double_colon entry,
99 * scripts/features/double_colon: Add a test for bug #14334.626 * scripts/features/double_colon: Don't run the parallel tests if650 * scripts/features/double_colon: Test that circular dependencies714 * scripts/features/double_colon: Add a test for PR/1476: Try