Home
last modified time | relevance | path

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

/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dapply-changeset.c219 rel_table added_files_and_symlinks = rel_table_nil; in arch_apply_changeset() local
818 added_files_and_symlinks = rel_copy_table (changeset.added_files); in arch_apply_changeset()
819 rel_append_x (&added_files_and_symlinks, changeset.added_symlinks); in arch_apply_changeset()
821 for (x = 0; x < rel_n_records (added_files_and_symlinks); ++x) in arch_apply_changeset()
837 mod_loc = rel_peek_str (added_files_and_symlinks, x, 0); in arch_apply_changeset()
839 id_field = rel_get_field (added_files_and_symlinks, x, 1); in arch_apply_changeset()
842 take_from = rel_peek_str (added_files_and_symlinks, x, 2); in arch_apply_changeset()
2135 rel_free_table (added_files_and_symlinks); in arch_apply_changeset()