Home
last modified time | relevance | path

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

/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-undo.c336 file_list2 = rel_table_substract(file_list, exclude_list); in arch_cmd_undo()
H A Dcmd-diff.c464 file_list2 = rel_table_substract(file_list, exclude_list); in arch_cmd_diff()
H A Dcmd-commit.c583 file_list2 = rel_table_substract(file_list, exclude_list); in arch_cmd_commit()
/dports/devel/tla/tla-1.3.5/src/tla/libawk/
H A Drelational.h161 extern rel_table rel_table_substract (rel_table t, rel_table t2);
H A Drelational.c1290 rel_table_substract (rel_table t, rel_table t2) in rel_table_substract() function