Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/txt/
H A Deditor.c84 static Int countLinesEditor(Editor e, Int from, Int to);
456 { Int len = countLinesEditor(e, ZERO, toInt(tb->size)); in bubbleScrollBarEditor()
458 Int view = countLinesEditor(e, start, e->image->end); in bubbleScrollBarEditor()
1325 countLinesEditor(Editor e, Int from, Int to) in countLinesEditor() function
1336 last = add(countLinesEditor(e, getStartTextImage(e->image, ONE), in getLinesVisibleEditor()
2623 { int open = valInt(countLinesEditor(e, from, to)) > 2; in deleteBlankLinesEditor()
4071 { int size = valInt(countLinesEditor(e, ZERO, toInt(tb->size))); in scrollVerticalEditor()