Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.c1415 #define SelEQ(l1, c1, l2, c2) ((l1) == (l2) && (c1) == (c2)) macro
1698 { if ( SelEQ(b->sel_start_line, b->sel_start_char, in rlc_selection()
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.c1507 #define SelEQ(l1, c1, l2, c2) ((l1) == (l2) && (c1) == (c2)) macro
1793 { if ( SelEQ(b->sel_start_line, b->sel_start_char, in rlc_has_selection()