Home
last modified time | relevance | path

Searched refs:patched_symlinks (Results 1 – 4 of 4) sorted by relevance

/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dchangeset-report.c81 || rel_n_records (report->patched_symlinks) in arch_any_changes()
278 dest = &report->patched_symlinks; in arch_evaluate_changeset()
346 rel_sort_table_by_field (0, report->patched_symlinks, 0); in arch_evaluate_changeset()
426 fix_mod_locs (new_mod_file_loc_of, report->patched_symlinks); in arch_reverse_changeset()
952 if (rel_n_records (report->patched_symlinks)) in arch_print_changeset()
955 for (x = 0; x < rel_n_records (report->patched_symlinks); ++x) in arch_print_changeset()
959 rel_peek_str (report->patched_symlinks, x, 0)); in arch_print_changeset()
1024 rel_free_table (r->patched_symlinks); r->patched_symlinks = rel_table_nil; in arch_free_changeset_report_data()
H A Dchangeset-report.h38 rel_table patched_symlinks; /* [0] mod-loc [1] id [2] patch-path-sans-suffix (sort by 0) */ member
H A Dapply-changeset.c1076 for (x = 0; x < rel_n_records (changeset.patched_symlinks); ++x) in arch_apply_changeset()
1094 …orig_patch_path = str_alloc_cat (0, rel_peek_str (changeset.patched_symlinks, x, 2), ".link-orig"); in arch_apply_changeset()
1095 … mod_patch_path = str_alloc_cat (0, rel_peek_str (changeset.patched_symlinks, x, 2), ".link-mod"); in arch_apply_changeset()
1099 … orig_patch_path = str_alloc_cat (0, rel_peek_str (changeset.patched_symlinks, x, 2), ".link-mod"); in arch_apply_changeset()
1100 … mod_patch_path = str_alloc_cat (0, rel_peek_str (changeset.patched_symlinks, x, 2), ".link-orig"); in arch_apply_changeset()
1103 mod_loc_field = rel_get_field (changeset.patched_symlinks, x, 0); in arch_apply_changeset()
1106 id_field = rel_get_field (changeset.patched_symlinks, x, 1); in arch_apply_changeset()
H A Dcommit.c426 rel_append_x (&modified_files, csr.patched_symlinks); in arch_prepare_commit_changeset()