Lines Matching refs:common
112 int err, common; in count_common_nodes() local
119 common = 0; in count_common_nodes()
137 ++common; in count_common_nodes()
149 return common; in count_common_nodes()
214 int from_nodes, common; in relative_path_to() local
258 common = count_common_nodes(to_absolute + 1, from_absolute + 1); in relative_path_to()
259 if (common < 0) { in relative_path_to()
261 to_absolute, from_absolute, common); in relative_path_to()
262 *err = common; in relative_path_to()
267 up = up_nodes(from_nodes - common - 1); in relative_path_to()
276 common_target_path = node_offset(to_absolute, common + 1); in relative_path_to()