Searched refs:same_scope (Results 1 – 2 of 2) sorted by relevance
162 if !crate::buffer::same_scope(self.cursor(), fork.cursor()) { in advance_to()
383 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() function