Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.c1442 rlc_set_selection(RlcData b, int sl, int sc, int el, int ec) in rlc_set_selection() function
1564 rlc_set_selection(b, l, c, l, c); in rlc_start_selection()
1574 rlc_set_selection(b, l, c, b->sel_org_line, b->sel_org_char); in rlc_end_selection()
1576 rlc_set_selection(b, b->sel_org_line, b->sel_org_char, l, c); in rlc_end_selection()
1577 rlc_set_selection(b, l, c, l, c); in rlc_end_selection()
1608 rlc_set_selection(b, l, f, l, t); in rlc_word_selection()
1632 rlc_set_selection(b, l, c, b->sel_end_line, b->sel_end_char); in rlc_extend_selection()
1644 rlc_set_selection(b, b->sel_start_line, b->sel_start_char, l, c); in rlc_extend_selection()
2362 rlc_set_selection(b, 0, 0, 0, 0); /* clear the selection */ in rlc_open_line()
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.c216 static void rlc_set_selection(RlcData b, int sl, int sc, int el, int ec);
1008 rlc_set_selection(b, 0, 0, 0, 0); in typed_char()
1534 rlc_set_selection(RlcData b, int sl, int sc, int el, int ec) in rlc_set_selection() function
1656 rlc_set_selection(b, l, c, l, c); in rlc_start_selection()
1687 rlc_set_selection(b, l, f, l, t); in rlc_word_selection()
1720 rlc_set_selection(b, l, c, el, ec); in rlc_extend_selection()
1739 rlc_set_selection(b, el, ec, l, c); in rlc_extend_selection()
2523 rlc_set_selection(b, 0, 0, 0, 0); /* clear the selection */ in rlc_open_line()