Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/LGPL/swi_console/
H A Dconsole.c188 static int rlc_count_lines(RlcData b, int from, int to);
495 b->sb_lines = rlc_count_lines(b, b->first, b->last); in rlc_create_window()
1419 { if ( rlc_count_lines(b, b->first, x) < rlc_count_lines(b, b->first, y) ) in rlc_min()
1428 { if ( rlc_count_lines(b, b->first, x) > rlc_count_lines(b, b->first, y) ) in rlc_max()
1583 { int h = rlc_count_lines(b, b->first, v); in rlc_between()
1585 if ( h >= rlc_count_lines(b, b->first, f) && in rlc_between()
1586 h <= rlc_count_lines(b, b->first, t) ) in rlc_between()
1836 rlc_count_lines(b, b->first, l) && in rlc_redraw()
1838 rlc_count_lines(b, b->first, l) ) in rlc_redraw()
2292 if ( rlc_count_lines(b, b->first, b->last) < h ) in rlc_resize()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/win32/console/
H A Dconsole.c200 static int rlc_count_lines(RlcData b, int from, int to);
509 b->sb_lines = rlc_count_lines(b, b->first, b->last); in rlc_create_window()
1511 { if ( rlc_count_lines(b, b->first, x) < rlc_count_lines(b, b->first, y) ) in rlc_min()
1520 { if ( rlc_count_lines(b, b->first, x) > rlc_count_lines(b, b->first, y) ) in rlc_max()
1662 { int h = rlc_count_lines(b, b->first, v); in rlc_between()
1664 if ( h >= rlc_count_lines(b, b->first, f) && in rlc_between()
1665 h <= rlc_count_lines(b, b->first, t) ) in rlc_between()
2012 rlc_count_lines(b, b->first, l) && in rlc_redraw()
2014 rlc_count_lines(b, b->first, l) ) in rlc_redraw()
2453 if ( rlc_count_lines(b, b->first, b->last) < h ) in rlc_resize()
[all …]