Home
last modified time | relevance | path

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

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Interface/
H A Dedit_mouse.cpp73 bool p2_p3= path_inf (p2, p3); in mouse_adjust_selection() local
89 } else if ((p2_p3 && !p1_p3) || (!p1_p2 && !p2_p3)) { // p2<p3<p1, p3<p2<p1 in mouse_adjust_selection()
94 } else if ((p1_p2 && p2_p3) || (p1_p3 && !p2_p3)) { // p1<p2<p3, p1<p3<p2 in mouse_adjust_selection()